开发者

iPhone:Display UIPopoverController 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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜