iOS:在 MKMapView 上绘制文本
我正在寻找一种在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有什么可以阻止您将 UILabel 作为子视图添加到 MKMapView。
There's nothing stopping you from adding a UILabel as a subview to the MKMapView.