Is it possible to create a separate, scrolling, on screen partition in Corona? As in a lower portion that swipes across the screen. The Appstore uses it for example. Cheers.
Yes. You can place a scrollView, for example, to fill with content which will then slide across. You can even put a mask on it to avoid it showing where you don’t want it to fill the screen.
http://docs.coronalabs.com/api/library/widget/newScrollView.html
Yes. You can place a scrollView, for example, to fill with content which will then slide across. You can even put a mask on it to avoid it showing where you don’t want it to fill the screen.
http://docs.coronalabs.com/api/library/widget/newScrollView.html