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.

used: http://github.com/edanuff/monotouchcalloutview


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -