I have a universal app. On the iPad, when pressing an annotation pin it shows the callout bubble. When I press the desclosure button, it loads a uipopovercontroller with a detailed view. What I want to know is how I can load the uipopovercontroller the same way the Google Maps load the uipopovercontroller. Is there a guide out there to get just at neat?

Best regards,
Paul Peelen

link|improve this question

Could you please elaborate "the same way as Google Maps"? Do you refer to the positioning of the view? – Krumelur May 26 '10 at 17:47
I mean the same way as google maps on the iPad loads the UIPopoverContoller when pressing the disclosure button. By that I mean the animation from a callout bubble to a UIPopoverController. – Paul Peelen May 27 '10 at 20:27
feedback

1 Answer

up vote 2 down vote accepted

That popover in google maps appears to be a custom view, not an UIPopoverController supplied popover. Notice that the color of the callout popover is different from the color of the recent searches popover.

To get the same effect as google maps' callout, you'll need to make a custom view that looks like a popover, and add it as a subview of your map view.

link|improve this answer
Thank you for your answer! Do you have any suggestions on how to create the animation from the callout bubble to the UIPopovercontroller look-a-like? /P – Paul Peelen Jul 17 '10 at 21:37
Any suggestions? – Paul Peelen Aug 4 '10 at 12:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.