如何在MapKit注释中插入按钮
我对 MapKit 很陌生,所以如果我提问时没有意义,请原谅我。我想复制 iPhone 和 iPod Touch 上的默认地图应用程序。有一个我感兴趣的功能,但似乎无法在这里找到它,谷歌,其他iPhone应用程序网站。如果您要运行默认的地图应用程序,则注释标题具有图像和按钮。如何同时制作图像和按钮?我应该调用的方法的名称是什么?
提前致谢!
I am very new to MapKit so forgive me if I do not make sense when I am asking questions. I would like to replicate the default Map application that comes on the iPhone and iPod Touch. There is this feature that I am interested in but can't seem to find it here, google, other iPhone app sites. If you would to run the default Maps application, the annotation title has and image and a button. How do I do both the image and button? What is the name of the method should I call?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它们称为 rightCalloutAccessoryView 和 leftCalloutAccessoryView。
http://developer.apple.com/library/iOS/documentation/MapKit/Reference/MKAnnotationView_Class/Reference/Reference.html#//apple_ref/occ/instp/MKAnnotationView/leftCalloutAccessoryView
<一个href="http://developer.apple.com/library/iOS/documentation/MapKit/Reference/MKAnnotationView_Class/Reference/Reference.html#//apple_ref/occ/instp/MKAnnotationView/rightCalloutAccessoryView" rel="nofollow">http://developer.apple.com/library/iOS/documentation/MapKit/Reference/MKAnnotationView_Class/Reference/Reference.html#//apple_ref/occ/instp/MKAnnotationView/rightCalloutAccessoryView
They are called rightCalloutAccessoryView and leftCalloutAccessoryView.
http://developer.apple.com/library/iOS/documentation/MapKit/Reference/MKAnnotationView_Class/Reference/Reference.html#//apple_ref/occ/instp/MKAnnotationView/leftCalloutAccessoryView
http://developer.apple.com/library/iOS/documentation/MapKit/Reference/MKAnnotationView_Class/Reference/Reference.html#//apple_ref/occ/instp/MKAnnotationView/rightCalloutAccessoryView