CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

kxmenu_hy 0.0.4

kxmenu_hy 0.0.4

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Aug 2016

Maintained by hillyoung.



kxmenu_hy 0.0.4

  • By
  • hillyoung

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.