Вопрос

I have a ton of large images I need to overlay onto my MapKit view in order to display another map layer that covers the entire United States.

Is there a good way to do this? How could one handle loading only small portions at once to conserve memory?

Thanks!

Это было полезно?

Решение

You want to look into something like TileMill for chopping the images into geographic tiles and rendering them with something like MKOverlay or the MapBox iOS SDK.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top