Is there page control function in Corona SDK?
or ScrollableView from Titanium SDK
https://wiki.appcelerator.org/display/guides2/ScrollableView
Is there page control function in Corona SDK?
or ScrollableView from Titanium SDK
https://wiki.appcelerator.org/display/guides2/ScrollableView
Hi @info5302,
This functionality (exactly as shown for Appcelerator) isn’t bundled into Corona SDK itself, but it would be relatively easy to build this using standard touch events and the Composer library:
http://docs.coronalabs.com/guide/system/composer/index.html
Also, there may be a pre-built module for this in the Corona Code Exchange:
Take care,
Brent
Hi @info5302,
This functionality (exactly as shown for Appcelerator) isn’t bundled into Corona SDK itself, but it would be relatively easy to build this using standard touch events and the Composer library:
http://docs.coronalabs.com/guide/system/composer/index.html
Also, there may be a pre-built module for this in the Corona Code Exchange:
Take care,
Brent