3

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

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Rahul Patel
  • 5,858
  • 6
  • 46
  • 72

1 Answers1

2

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.

GoGauchos
  • 588
  • 5
  • 11