UzysSlideMenu
Slide Dropdown Menu
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
- UzysSlideMenu for Xamarin - https://github.com/blounty/Xamarin.UzysSlideMenu
Contact
License
- See LICENSE.