objective c - Annotation view similar to iPad Maps application -


In the application of the map on the iPad, the correct callout of the annotation view looks secondary to a secondary scene in that sense. It's blue with a white border, but instead of the right arrow, it has less-case 'I', which is similar to information buttons. Assuming that it is not custom, how do I create one?

In addition to this, once the button is clicked, the annotation view is resized with the animation, which contains the table view below the title, and the scene is moved to the left using the animation. Is there a custom call, or is there an built-in API call for this behavior?

Well, here are the ways to show the table: PopOver:

And here's a What cocoa control is what I want:

Comments