سؤال

I would like to implement a zoom effect on the map (which I already have figured out), but after the the MKTileOverlay is finished loading the tiles. Is there anyway to know when those tiles have finished loading? I have tried all the other mapView methods and nothing seems to wait until the overlay loads before it runs. Thanks in advance.

هل كانت مفيدة؟

المحلول

So far the only thing that I have found that works is a timer.

نصائح أخرى

Take a look at the MKMapViewDelegate method:

mapViewDidFinishRenderingMap:fullyRendered:

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top