Hi everyone
I am working on the map view and trying to customize so that it looks good. How can I do so that we can get the detail view looks like the below picture
Im struggling how to display a small table on top of the map. In mine, after clicking on the disclosure button, I end up with another view controller which show all detail about the annotation....Below pictures are what I have got so far
Your first screenshot shows a UIPopoverController, which is iPad-only. You can't use them on the iPhone / iPod touch, which is what your second set of screenshots seems to imply you're developing for.
Your first screenshot shows a UIPopoverController, which is iPad-only. You can't use them on the iPhone / iPod touch, which is what your second set of screenshots seems to imply you're developing for.