Latest | 1.8.2 |
---|---|
Homepage | https://github.com/mozeal/JS_MenuViewController |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | pop |
Frameworks | UIKit, Foundation |
Authors |
JS Menu ViewController class is table view controller for simple menu. JS_MenuViewController adapted from AndrĂ© Schneider’s [Popping] (https://github.com/schneiderandre/popping)
Installation
JS_MenuViewController is available on CocoaPods. Just add the following to your project Podfile:
pod 'JS_MenuViewController', '~> 1.8.2'
Latest podspec
{ "name": "JS_MenuViewController", "version": "1.8.2", "summary": "A subclass of UITableView for simple menu", "description": " A subclass of UITableView for simple menu. Adapted from Andru00e9 Schneider's [Popping] (https://github.com/schneiderandre/popping)n", "homepage": "https://github.com/mozeal/JS_MenuViewController", "license": "MIT", "authors": { "mozeal": "[email protected]" }, "platforms": { "ios": "7.0" }, "source": { "git": "https://github.com/mozeal/JS_MenuViewController.git", "tag": "1.8.2" }, "source_files": "JS_MenuViewController/*.{h,m}", "frameworks": [ "UIKit", "Foundation" ], "requires_arc": true, "dependencies": { "pop": [ "~> 1.0" ] } }
Mon, 29 Feb 2016 22:05:03 +0000