Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kolyvan/kxmenu
KxMenu is a vertical popup menu for using in iOS applications
https://github.com/kolyvan/kxmenu
Last synced: about 11 hours ago
JSON representation
KxMenu is a vertical popup menu for using in iOS applications
- Host: GitHub
- URL: https://github.com/kolyvan/kxmenu
- Owner: kolyvan
- License: bsd-2-clause
- Created: 2013-05-17T14:41:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T18:21:19.000Z (about 5 years ago)
- Last Synced: 2025-01-04T05:14:52.357Z (7 days ago)
- Language: Objective-C
- Size: 890 KB
- Stars: 1,806
- Watchers: 82
- Forks: 362
- Open Issues: 31
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome - kxmenu - KxMenu is a vertical popup menu for using in iOS applications (etc)
- awesome - kxmenu - KxMenu is a vertical popup menu for using in iOS applications (etc)
- awesome - kxmenu - KxMenu is a vertical popup menu for using in iOS applications. 【 [Priview](https://camo.githubusercontent.com/d28144796042a6c6bddf7d0c097be831cea8810a/68747470733a2f2f7261772e6769746875622e636f6d2f6b6f6c7976616e2f6b786d656e752f6d61737465722f73637265656e73686f742f6578616d706c652e676966) 】 (OOM-Leaks-Crash / Menu-PopupView)
README
KxMenu is a vertical popup menu for using in iOS applications
===========================================================![sample png](https://raw.github.com/kolyvan/kxmenu/master/screenshot/example.png "Sample Png")
![sample gif](https://raw.github.com/kolyvan/kxmenu/master/screenshot/example.gif "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](http://twitter.com/kolyvan_ru).