Latest | 0.0.1 |
---|---|
Homepage | https://github.com/kevinrandrup/CWDropDownMenu |
License | MIT |
Platforms | ios 5.0, requires ARC |
Frameworks | UIKit |
Authors |
CWDropDownMenu is a block based UIButton subclass that uses UIActionSheet to present a drop down menu.
Easily integrate with both storyboards or code.
Latest podspec
{ "name": "CWDropDownMenu", "version": "0.0.1", "summary": "CWDropDownMenu is a block based UIButton subclass that uses UIActionSheet to present a drop down menu.", "homepage": "https://github.com/kevinrandrup/CWDropDownMenu", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Kevin Randrup": "[email protected]" }, "social_media_url": "https://twitter.com/kevinrandrup", "platforms": { "ios": "5.0" }, "source": { "git": "https://github.com/kevinrandrup/CWDropDownMenu.git", "commit": "616e7009d9b284a0cf4d3d2bd258c97ee64b3bdc" }, "source_files": "Classes/CWDropDownMenu.{h,m}", "frameworks": "UIKit", "requires_arc": true }
Sat, 27 Feb 2016 12:12:02 +0000