objective c - Add MKAnnotation in UIView, not in MKMapView -
it's possibile add mkannotation in uiview.
i don't have (and don't want) mkmapview, want annotation callout in uiview.
how can add point (with callout) on screen?
something like:
mkannotationposition newpos; newpos.center.x = 200; newpos.center.y = 250;
to positioning annotation in uiview.
thanks, alberto.
Comments
Post a Comment