I have some delegate code that I would like to replace the current view controller with another one. Both view controllers are init through Interface Builder and declared there.
How would I replace the current view, or better yet simply switch to another view controller using interfaceBuilder-initialized viewcontrollers?
What connections do I need to make in interfaceBuilding?
Thanks!
If you’re using storyboards, you may want to start with something like this :