如何在注释视图上显示更多文本
我创建了一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 Apple 的 MapCallOuts 演示。
Check out the MapCallOuts demo from Apple.
您需要对注释视图进行子类化并进行自己的标注,请参阅此示例 如何在 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