UzysSlideMenu 1.1.0

UzysSlideMenu 1.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Uzysjung macAir.



  • By
  • UzysJung

Slide Dropdown Menu

Screenshot

UzysSlideMenu features:

  • It's very simple structure.
  • Very Easy to customize menu view , you can use interface builder.
  • Support Both ARC and non-ARC Project
  • Support CocoaPods.

Installation

Copy over the files libary folder to your project folder

Usage

Import header.

#import "UzysSlideMenu.h"

Initialize

1. make menu Item

UzysSMMenuItem *item0 = [[UzysSMMenuItem alloc] initWithTitle:@"UzysSlide Menu" image:[UIImage imageNamed:@"a0.png"] action:^(UzysSMMenuItem *item) {
    NSLog(@"Item: %@", item);
}];
item0.tag = 0;

2. make UzysSlideMenu

self.uzysSMenu = [[UzysSlideMenu alloc] initWithItems:@[item0,item1,item2]];
[self.view addSubview:self.uzysSMenu];

Other Environments

Contact

License