Is it possible to bold an NSString?

流过昼夜 提交于 2020-01-06 17:59:24

问题


Is it possible to make an NSString bold? If so, how? I am not using UILabel or UIIextView for some reason.


回答1:


NSStrings hold strings and no text formatting. I assume you could render an NSString using webkit; in that case the NSString will hold html content...



来源:https://stackoverflow.com/questions/3829469/is-it-possible-to-bold-an-nsstring

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!