Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建 iPhone 应用程序,在其中显示我的办公室位置及其完美运行。
对于地图,我遵循了这个。
在链接上,我的代码如下。
DisplayMap *ann = [[DisplayMap alloc] init]; ann.title = @" Kolkata"; ann.subtitle = @"Mahatma Gandhi Road";
我想要的是如下的字幕。
Line 1 Line 2 Line 3
我怎么能这样做?
请有任何想法或建议。
地图的默认样式只支持标题和副标题。
您不能将多个字幕用于固定注释。
请查看Apple 提供的示例代码。