开发者

Add MKAnnotation in UIView, not in MKMapView

It's possibile to add an mkannotation in a uiview.

I don't have (and I don't want) a mkmapview, but I want the annotation with the callout in a uiview.

How can I add this point (with callout) on screen?

Something like:

MKAnnotationPosition newPos;
newPos.center.x = 200;
newPos.center开发者_如何学Python.y = 250;

to positioning the annotation in uiview.

thanks, alberto.


Used: http://github.com/edanuff/MonoTouchCalloutView

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜