如何在注释视图上显示更多文本

发布于 2024-10-18 03:33:04 字数 139 浏览 2 评论 0原文

我创建了一个 iPhone 应用程序,它使用 MKMapkit 加载地图。单击地图时,它会显示带有标题和副标题字符串的 MKAnnotation

现在我想知道如何显示多行文本的注释。请告诉我该怎么做。感谢您的时间和帮助。

I have created an iPhone app which loads the map using the MKMapkit. When clicking on the map, it shows MKAnnotation with title and subtitle strings.

Now I want to know how I can show the annotation with multiple lines of text. Please show me how to do it. Thanks for your time and help.

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

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

发布评论

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

评论(2

黯淡〆 2024-10-25 03:33:04

查看 Apple 的 MapCallOuts 演示。

Check out the MapCallOuts demo from Apple.

抱着落日 2024-10-25 03:33:04

您需要对注释视图进行子类化并进行自己的标注,请参阅此示例 如何在 iOS 中的 MKAnnotation 中添加更多详细信息 这也可能对提供的源有帮助 https://developer.apple.com/library/ios/#samplecode/WeatherMap/index.html

You will need to sublass the annotation view and make your own callout see this example How to add more details in MKAnnotation in iOS this may also help source provided https://developer.apple.com/library/ios/#samplecode/WeatherMap/index.html

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