Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create Custom Maps Xcode?

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:

http://a1.mzstatic.com/eu/r30/Purple2/v4/92/d6/a8/92d6a818-1966-3a87-da0e-1aa6251d7e6a/screen568x568.jpeg

Thanks

like image 995
Kingofmit Avatar asked Nov 10 '22 12:11

Kingofmit


1 Answers

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/

like image 159
Phatthana Batt Avatar answered Nov 14 '22 22:11

Phatthana Batt