Hi,
I've got a scene with two UIKit controls: UITextView. But on the same scene, user has possibility to go to another scene to check something and come back. After pushScene the UIKit controls are still visible on screen and user can tap on them and edit them.
How can I get rid of them so that they are not visible after pushScene?
I don't want to remove one scene and add another, as I want to maintain whatever happened in it.
Any tips?