Reputation: 5886
I want to make mapview with toolbar like iphone maps.
I googled it but i cant get any appropriate things that can give me any idea to develop it.
So anyone has idea about map like below.
Upvotes: 3
Views: 856
Reputation: 586
Do you have your mapView setup and now you're trying to add the navBar? All you need to do is use a standard navigation bar from the interface builder and place it at the bottom of the viewController. Hook up the appropriate outlets and IBActions and then you're good to go.
Upvotes: 2