Drop Down

buzztouch plugin: Drop Down
Version: v1.1
Provides a nice, animated drop-down menu for your app.
works on iOS iOS
Developer Info
Latest Review
PointerBecky | 12/06/14 (v1.0)
This app is a must download to see. TONS of advanced properties. The description reads, nice, animated drop-down menu. I say it's an amazing, animated drop-down menu.
Screenshots
More Information
The Drop Down menu plugin provides a nice, animated drop-down menu for your app. Users will love the fun and unique look to your app, and you will love how customizable it is! The plugin is based on the open-source project by Galvin Li (MIT license, see license in plugin file for details), although considerable work has gone into it to make it Buzztouch friendly. All optionas are customizable via the control panel, making setup a breeze.

iOS Project
------------------------
CR_dropDownMenu.m
IGLDropDownMenu.m
IGLDropDownItem.m
CR_dropDownMenu.h
IGLDropDownMenu.h
IGLDropDownItem.h

Version history
------------------------
1.0 (10/21/14) Initial release
1.1 (1/17/15) Bug fix where wrong appDelegate name was used.

JSON Data
------------------------
{
"itemId":"1860B49D45D8D6F26FB30FB",
"itemType":"CR_dropDownMenu",
"itemNickname":"Drop Down",
"itemId":"1860B49D45D8D6F26FB30FB",
"itemType":"CR_dropDownMenu",
"itemNickname":"Drop Down",
"navBarTitleText":"Drop Down",
"itemAnimationDelay":"0.1",
"rotate":"IGLDropDownMenuRotateRandom",
"menuType":"IGLDropDownMenuTypeStack",
"animationOption1":"UIViewAnimationOptionBeginFromCurrentState",
"animationOption2":"UIViewAnimationOptionCurveEaseIn",
"flipWhenToggleView":"0",
"childItems":[
{
"itemId":"87DA8ACC63F0C3066E721D1",
"itemType":"BT_menuItem",
"titleText":"option 1",
"iconImage":"iconImage_1.png",
"transitionType":"flip"
},
{
"itemId":"0ABAF0F90DB34A115498430",
"itemType":"BT_menuItem",
"loadScreenWithItemId":"DD7F1293A1417E94152AEA8",
"titleText":"option 2"
}
]
}