SkillAgentSearch skills...

Kxmenu

KxMenu is a vertical popup menu for using in iOS applications

Install / Use

/learn @kolyvan/Kxmenu
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

KxMenu is a vertical popup menu for using in iOS applications

sample png sample gif

Usage

  1. Drop files from KxMenu/Source folder in your project.

Sample code:

 [KxMenu showMenuInView:self.view
               fromRect:sender.frame
              menuItems:@[
             	[KxMenuItem menuItem:@"Title"
                 	image:[UIImage imageNamed:@"image"]
                	target:self
                	action:@selector(menuItemAction:)],
             ]];

Look at KxMenuExample demo project as sample of using.

Requirements

at least iOS 5.0 and Xcode 4.5.0

Feedback

Tweet me — @kolyvan_ru.

View on GitHub
GitHub Stars1.8k
CategoryDevelopment
Updated15d ago
Forks359

Languages

Objective-C

Security Score

95/100

Audited on Mar 16, 2026

No findings