Tuesday, 17 September 2013

How to reload a superview

How to reload a superview

Ok, so I'm writing a program for iPhone that has multiple views. The main
view calls a second view (the settings page). When the user then selects a
button on the second view, I want the main view to reload by calling the
viewDidLoad method again. Any suggestions on how to do this?

No comments:

Post a Comment