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.
我正在尝试在加载地图并且区域确实发生变化时添加注释:
如何做一个 mapViewDidFinishLoadingMap 以及什么时候做一个 regionDidChangeAnimated?
谢谢
托尼
我不确定我是否正确理解了您的问题,但您似乎走在正确的轨道上。你问是因为它不起作用吗?
mapViewDidFinishLoadingMap
和
regionDidChangeAnimated
似乎是做你想做的事情的正确方法。
在这些方法中添加注释
[myMKMapView addAnnotation:annotation];