I'm currently developing an app for a college course and I'm basically taking two tutorials I've found and I want to be able to go between them as different XIBs by just a button.
We're using this for our informative view of what we're mapping:
How To Create A Simple iPhone App Tutorial: Part 1/3 | Ray Wenderlich
and then this is what we followed for our map view:
Introduction to MapKit in iPhone OS 3.0 | iCodeBlog
basically we want to add a button to the navigation bar on "information view" that just switches to the XIB of the map view.
We've pulled all the files into the same project, it's just connecting the dots to get it all working!
We're working in the most current version XCode.

Help! I'd rather not fail this class!