iphone - UiViewController Loading/Unloading -
I have a rootview controller, and many view controllers are pressed in the same way as i.e
- (IBAction) newWorkoutButton {[auto current model view controller: new workout view controller animated: yes]; }
When a user presses the back button, the current view controller backs the previous view controller i.e.
- (IBAction) back button {[self buffer model View controller permission: yes]; }
The problem is, I want to see the View Controller for UPS when pressing the backbutton. They do not take off at the moment because when I go back from them, they are still in the last position.
Regards, Stephen
You can set up the root view controller in the delegate The child's view is unloaded on the child's scene and scene, remove it from supervision. The second and the easiest option is to put it again by pushing the subviews and adding it as a child (put it in the index of the sub-array which was added to the final version of that child)
< / Div>
Comments
Post a Comment