I have seen many sample to display images or polygons over MKOverlayRenderer
. But I need to display a UIView
with some images and labels on MKOverlayRenderer
. I need to do this on iPhone, not iPad. SO We cannot use UIPopoverController. So is there any way to do this?
Asked
Active
Viewed 527 times
0

rakeshNS
- 4,227
- 4
- 28
- 42
-
1http://stackoverflow.com/questions/30793315/customize-mkannotation-callout-view/30795086#30795086 May this help u. – Yagnesh Dobariya Jun 18 '15 at 04:29
1 Answers
0
I found similar question on stack overflow. This demo project solved the problem. I customised that project and used in my application.