views:

495

answers:

1

Hi,

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

+1  A: 

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.

Paul Scott
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
Any suggestions?
Paul Peelen