Swipe Menu
The Swipe Menu shows menu items as full-screen images. Images can be swiped up or down, revealing the next or previous menu item.

iOS
Screenshots


More Information
The Swipe Menu shows menu items as full-screen images. Images can be swiped up or down, revealing the next or previous menu item. As each item is swiped, the revealing image is shown behind the current one, and grows to full-screen. Images can be either local images or hosted on a server somewhere.
Version History
------------------------
1.0 - Initial Build
iOS Project (3.0 projects only)
------------------------
CR_swipe_Menu.m
CR_swipe_Menu.h
CR_panGestureRecognizer.h
CR_panGestureRecognizer.m
Android Project (This plugin is iOS-only at the moment)
------------------------
JSON Data
------------------------
{"itemId":"swipe", "itemType":"CR_swipe_menu","childItems":[
{"itemId":"image1","imageLocation":"image1.png","loadScreenWithItemId":"AD0D484FE1FE8D3CB483A5C"},
{"itemId":"image2","imageLocation":"image2.png"},
{"itemId":"image3","imageLocation":"image3.png"},
{"itemId":"image4","imageLocation":"image4.png"},
{"itemId":"image5","imageLocation":"image5.png"}
]},