问题
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