Reputation: 557
Is it possible to make an NSString bold? If so, how? I am not using UILabel or UIIextView for some reason.
Upvotes: 0
Views: 1060
Reputation: 1140
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...
Upvotes: 3