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.
Asked
Active
Viewed 832 times
3

Vadim Kotov
- 8,084
- 8
- 48
- 62

Rahul Patel
- 5,858
- 6
- 46
- 72
1 Answers
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
-
1do you have any links to the example how to do so? – Vagif Jun 11 '18 at 17:47