iPhone SDK:向 MKMapView 添加文本
我只想向 MKMapView 添加一些文本(在代码中动态添加)。似乎一种方法是子类化 MKShape 并定义自定义注释(即没有引脚或任何其他图形的注释),但我不确定如何做到这一点。另外,似乎可以在 MKMapView 之上放置另一个控件,以允许我添加文本。
I just want to add some text to a MKMapView (dynamically in code). It seems like one way to go would be subclassing MKShape and defining a custom annotation (i.e. one without a pin or any other graphics) but I'm uncertain how to do it. Also, it seems like it might be possible to layer another control on top of the MKMapView that would allow me to add text.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不直接添加 UILabel 作为地图的子视图呢?
Why not just add a UILabel as a subview of the map?