开发者

How to call a method once the MKMapView delegate methods completed

开发者 https://www.devze.com 2023-01-18 14:55 出处:网络
I am implementing a MKMapView based application. In that I need to call a method on开发者_Go百科ce the pins are displayed. Is there a method to know the delegate methods are completed and we can make

I am implementing a MKMapView based application. In that I need to call a method on开发者_Go百科ce the pins are displayed. Is there a method to know the delegate methods are completed and we can make our calls?, can you guys please suggest me on this?

Thanks in Advance, Sekhar Bethalam.


Try this delegate method :

 - (void)mapView:(MKMapView *)mapView didAddAnnotationViews:(NSArray *)views
0

精彩评论

暂无评论...
验证码 换一张
取 消