减小 MKPinAnnotation 中标题的大小
我有一个地图视图,带有 NSString* 注释的标题和副标题,我想知道是否有任何方法可以更改字体大小。
I have a mapview, with a title and a subtitle for my annotations which are NSString* and I'd like to know if there's any way to change the font size.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在字符串对象上无法编辑字体,您应该尝试使用 UILabel。看一下这段代码:
正如您所看到的,有一个属性可以设置字体,请查看该站点的字体列表: http:// /iosfonts.com/
On a String Object there is no way to edit font, you should try to use a UILabel. Look at this code:
As you can see there is a property to set the font, fot a list of font look that site: http://iosfonts.com/