SkillAgentSearch skills...

UzysSlideMenu

Slide Dropdown Menu

Install / Use

/learn @uzysjung/UzysSlideMenu
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

UzysSlideMenu

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

  • UzysSlideMenu for Xamarin - https://github.com/blounty/Xamarin.UzysSlideMenu

Contact

License

View on GitHub
GitHub Stars507
CategoryDevelopment
Updated1mo ago
Forks62

Languages

Objective-C

Security Score

75/100

Audited on Feb 10, 2026

No findings