CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Aug 2016 |
Maintained by hillyoung.
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.
at least iOS 5.0 and Xcode 4.5.0
Tweet me — @kolyvan_ru.