Kingofmit
Kingofmit

Reputation: 2066

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

Upvotes: 5

Views: 1421

Answers (1)

Phatthana Batt
Phatthana Batt

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

Related Questions