On the maps app in the IPad when you tap a pin you get a normal annotation with an "i" instead of a disclosure indicator. A further tap on the "i" reveals a popover view controller like this.

Is there a way to easily achieve this?
|
|
|
First add an annotation to the map and in the Pressing the button will call the
YourContentViewController is a subclass of UIViewController which you can code like any other view controller. The Maps app looks like it has UITableView in the content. |
|||||||||||
|
|
It appears that to have a better position for the popover you must present it from this rect:
|
|||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.