Rahul Patel
Rahul Patel

Reputation: 5886

Mapview with toolbar like by default map iphone

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. enter image description here

Upvotes: 3

Views: 856

Answers (1)

GoGauchos
GoGauchos

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

Related Questions