Create custom Xcode maps?

I would like to create a custom map!

Is there any way to do this to add this map to Xcode?

I have an example in this image below:

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

thank

+4
source share
1 answer

Many ways to do this. Easy - Adds UIImageView to UIScrollView and allows you to scale scrollview. that way you can have a base card not very well in memory.

Or you can use some openource such as Mapbox, you can customize the image map to tiles. https://www.mapbox.com/

+1
source

All Articles