I am trying to make it so that when a UIButton in my toolbar that I set in my xib file is pressed, a new controller is loaded into view.
How do I implement that? I have tried duplicating the FlipViewController, but I don’t think you can have more than one of these.
You can switch with a nice animation like this:
(works only in app-delegate unless you change the line commented with
// works only in app delegate.Use UINavigationController (if possible). If not, you might use the example above.