Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在地图上实现缩放效果(我已经想通了),但是在 MKTileOverlay 完成加载瓷砖之后。无论如何知道这些瓷砖何时完成加载?我已经尝试了所有其他 mapView 方法,似乎没有什么要等到覆盖层加载后再运行。提前致谢。
到目前为止,我发现唯一有效的是计时器。
看一下MKMapViewDelegate方法:
MKMapViewDelegate
mapViewDidFinishRenderingMap:fullyRendered: