Detecting when MapView tiles are displayed

Viewed 3030

Since - (void)mapViewDidFinishLoadingMap:(MKMapView *)mapView is not called when the tiles are loaded from cache, is there a way to know when all the tiles have been loaded (either from cache or from the mapping servers) and displayed?

Is there any delegation that intimates that tiles have been loaded ?

2 Answers
Related