Reputation: 2066
I would like to Create a Custom Map !
There is a way to do it so as to add this map to Xcode ?
I have an example in this picture below:
Thanks
Upvotes: 5
Views: 1421
Reputation: 366
Many way to do it. Easy one is add UIImageView to UIScrollView and enable zoom on scrollview. this way you can have basic map not good in memory.
Or, you can use some opensource like Mapbox, you can custom tile image map. https://www.mapbox.com/
Upvotes: 1