iOS:在 MKMapView 上绘制文本

发布于 2024-10-21 12:22:29 字数 132 浏览 3 评论 0原文

我正在寻找一种在 MKMapView 上绘制文本的方法。需要文本来标记我们校园中的一些建筑物,我已经用 MKPolygon 标记了这些建筑物,但我还想添加一个文本标签。

这可以在自定义注释中使用 UILabel 吗?或者其他方法更好?

I am looking for a way to draw text on a MKMapView. The text is needed to label some buildings on our campus, which I have already marked with a MKPolygon, but I would also like to add a text label.

Is this possible using a UILabel in a custom annotation? Or is another method better?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

烟─花易冷 2024-10-28 12:22:29

没有什么可以阻止您将 UILabel 作为子视图添加到 MKMapView。

There's nothing stopping you from adding a UILabel as a subview to the MKMapView.

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