Reputation: 2255
I have already published an iPhone app. On it, i have a button which closes my app and launches the "Maps" app. This all works great, but I was wondering if it is possible to launch the Maps app within my app, so my app is not closed. For example, can I click a button and have the native Maps app slide in from the bottom?
I have researched this quite a bit, but all I have come up with shows how to leave my app, which I am already doing.
Thanks
Upvotes: 0
Views: 139
Reputation: 1364
Use MKMapView. You'll need to implement some of the MKMapViewDelegate methods to tell the view what you want to display.
Upvotes: 4