Vertical Scroller

buzztouch plugin: Vertical Scroller
Version: v1.5
This plugin displays an optional header image at the top, which can link to a screen. Underneath the header image is a vertical menu list consisting of images and titles underneath. By default it is 25% of screen width.
works on iOS iOS
works on Android Android
Developer Info
Latest Review
Pointerrburns50 | 05/20/14 (v1.5)
Seems most of my market funds are going Chris's way! Good reason too - another superb menu plugin that with a little tinkering makes for an elegant display and gives a professional polish to your App. I only implement against Android (currently) so...
Screenshots
More Information
The Vertical Scroller plugin displays an (optional) header image at the top, which can link to a screen or be optionally turned off. Underneath the header image is a vertical menu list consisting of images and titles underneath. By default the menu list is set to 25% of the screen width, revealing the background image in the remaining open space.

Other options include
-“endless mode” - repeat your menu items over and over.
-“autoscroll” - automatically scrolls through menu items (iOS, Android 3.0, not Android 2.2)
-alignment - display the menu items on the left, right or in the middle
-header image - can be turned on or off, and set to load a screen on click

Version History
------------------------
1.0 - initial release
1.1 - added support for autoscroll on Android; bug fixes on Android
1.2 - Bug fix related to showing child item properties on self-hosted installs
1.3 - Fixed deprecated methods in iOS project. Added support for adjusting menu width for large devices.
1.4 - Adjusted icon images to be more centered
1.5 - (2/8/14) Fixed incorrect reference to blank.png on Android apps which would cause compile errors.

iOS Project
------------------------
Cr_vertical_scroller.h
Cr_vertical_scroller.m
CR_cell_vertScroll.h
CR_cell_vertScroll.m

Android Project
------------------------
Cr_vertical_scroller.java
screen_cr_vertical_scroller.xml
cr_row_vertical_scroll.xml

JSON Data
------------------------
Sample JSON data:
{"itemId":"703A9608AF5ADF3D899D64D",
"itemType":"Cr_vertical_scroller",
"itemNickname":"vertScr",
"listRowBackgroundColor":"#FFCC33",
"listTitleFontColor":"#000000",
"listRowSeparatorColor":"#FFCC33",
"navBarTitleText":"vertScr",
"hasImage":"YES",
"imageFileName":"abstractblue.png",
"headerScreenNicknameToLoad":"Twitter",
"headerScreenIDToLoad":"9AAC47ADEF44C3B3648F94B",
"listRowHeightSmallDevice":"100",
"listTitleFontSizeSmallDevice":"12",
"menuWidth":"25",
"menuAlign":"Right",
"endlessMode":"On",
"autoScroll":"Yes",
"animationDuration":"1500",
"includeAds":"0",
"childItems":[
{"itemId":"BACC070C7711C622B7D8018",
"itemType":"BT_menuItem",
"loadScreenWithItemId":"9C6BF66BC9DBBF6BAA6A41D",
"titleText":"row1",
"platform":"Both",
"iconName":"facebook.png"},
{"itemId":"13BC18EA29457039157392C",
"itemType":"BT_menuItem",
"loadScreenWithItemId":"9AAC47ADEF44C3B3648F94B",
"titleText":"Twitter",
"platform":"Android",
"iconName":"twitter.png"}
]},