开发者

iPhone:Display UIPopoverController in MapView

开发者 https://www.devze.com 2023-04-06 06:28 出处:网络
I am working map app and I am display mapview in UIView that in which I display all locations in mapview.

I am working map app and I am display mapview in UIView that in which I display all locations in mapview. Now I want to display UITableview inside UIPopoverController when开发者_StackOverflow I selected a mappin.

Is it possible in iPhone??

Does any have an idea to how to develop this functionality.

Thanks in advance.


If i understand your question, i think you can use the Delegate methods available for the AnnotationView

http://developer.apple.com/library/ios/#documentation/MapKit/Reference/MKAnnotationView_Class/Reference/Reference.html

– mapView:annotationView:calloutAccessoryControlTapped:

In there you can check wich one is tapped and than open your UIPopOverController

Does this help you?

0

精彩评论

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