Hi,
I am looking to create a menu navigation like how the homescreen on iOS works, where the user can swipe left/right to view different menu “scenes” containing different display groups.
I have been looking at the newScrollView widget’s (https://docs.coronalabs.com/api/library/widget/newScrollView.html) touch detection functionality, and feel that it could be helpful in detecting the user swipes (left/right, no up/down). However, I am mainly unsure as to make different objects (display groups) appear in their respective location as the user goes left/right and/or back.
If anybody has any thoughts, it would be greatly appreciated.
Thanks