CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Uzysjung macAir.
Slide Dropdown Menu
UzysSlideMenu features:
Copy over the files libary folder to your project folder
Import header.
#import "UzysSlideMenu.h"UzysSMMenuItem *item0 = [[UzysSMMenuItem alloc] initWithTitle:@"UzysSlide Menu" image:[UIImage imageNamed:@"a0.png"] action:^(UzysSMMenuItem *item) {
NSLog(@"Item: %@", item);
}];
item0.tag = 0;self.uzysSMenu = [[UzysSlideMenu alloc] initWithItems:@[item0,item1,item2]];
[self.view addSubview:self.uzysSMenu];