I'm wondering if it's possible to use the MKAnnotationView inside a UIView other than MKMapView? I'm trying to find an alternative to using the undocumented UICalloutView class. I can create the MKAnnotationView and add it to my view, but I can't get it to show.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
To anyone interested:
I ported the code of Ed Anuff to Objective C. The source is complete with an Example. You can download it here.
Maybe Ed can check it (I hope I did not do too many mistakes) and add it to his git repository.
回答2:
This is a work-alike CalloutView implemented in MonoTouch, if someone creates an Obj-C version, let me know.
http://github.com/edanuff/MonoTouchCalloutView
回答3:
Check out the open-source SMCalloutView
, which is a near-exact replica of UICalloutView
:
https://github.com/nfarina/calloutview