Hello,
we are in the process of redesigning an app we made with Corona SDK. We are still not sure if we should stay with Corona or move to just native/SpriteKit. We are pinpointing a few issues in our Corona version.
An annoying one we are unable to fix is the way storyboard transitions interact with the scrollview. Even if we nil the scrollview in the DidExit function, it is being removed before the transition begins. Is this a known limitation of widgets when used with storyboard?
Thanks.