如何为 MkAnnotation 视图自定义视图,就像为表格视图自定义单元格一样?
我制作了一个应用程序,其中我必须实现诸如表格视图的自定义单元格之类的功能。因为我需要一个自定义视图,当我们使用表视图添加自定义单元格时,我可以使用 Mk-annotation View 添加该自定义视图。 我想添加透明视图 在该视图上我想添加两个文本字段和六个图像和一个标签。我想添加落在地图视图上的点数组。如何在地图视图上实现没有点的情况? 所以我对此没有任何想法我该怎么做?如何使用 Mk Annotation 视图添加自定义视图?当自定义视图出现时如何隐藏默认视图?
I making an application in which i have to implement feature like custom cell for table view. In that i have required a custom view which i can add with Mk-annotation View as we add custom cell with table view.
I want to add transparent View On that view i want to add two text field and six images and a label. I want to add for array of point which drop on map view. How implement with no of points on map view?
So i don't have any idea for that How i do that? How add custom view with Mk Annotation view? And how hide default view when custom view appear?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将您的类设置为 MKMapViewDelegate 并填充此方法:
在那里您可以返回一个自定义类,MKAnnotation View 的子类。
请参阅此处了解更多信息:
http://spitzkoff.com/craig/?p=81
you need to set your Class as MKMapViewDelegate and fill this method:
There you can return a custom Class, subclass of MKAnnotation View.
See Here for more info:
http://spitzkoff.com/craig/?p=81