iPhone SDK:向 MKMapView 添加文本

发布于 2024-10-30 23:01:10 字数 135 浏览 0 评论 0原文

我只想向 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦幻的味道 2024-11-06 23:01:10

为什么不直接添加 UILabel 作为地图的子视图呢?

Why not just add a UILabel as a subview of the map?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文