在 UIView 中添加 MKAnnotation,而不是在 MKMapView 中添加
可以在 uiview 中添加mkannotation。
我没有(而且我也不想要)mkmapview,但我想要在 uiview 中使用带有标注的注释。
如何在屏幕上添加此点(带有标注)?
类似于:
MKAnnotationPosition newPos;
newPos.center.x = 200;
newPos.center.y = 250;
在 uiview 中定位注释。
谢谢, 阿尔贝托.
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.y = 250;
to positioning the annotation in uiview.
thanks,
alberto.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用: http://github.com/edanuff/MonoTouchCalloutView
Used: http://github.com/edanuff/MonoTouchCalloutView