When I create a scroll view in CoronaSDK:
widget.newScrollView( options )
Does it use “UIScrollView()” in iOS? or it’s a totally different implementation?
When I create a scroll view in CoronaSDK:
widget.newScrollView( options )
Does it use “UIScrollView()” in iOS? or it’s a totally different implementation?
Totally different.
The widget library is written in Lua and uses Corona display objects. It also works the same on both Android and iOS (although you can select alternate themes to mimic the OS you’re running on.)
Totally different.
The widget library is written in Lua and uses Corona display objects. It also works the same on both Android and iOS (although you can select alternate themes to mimic the OS you’re running on.)