NSAttributedString objects manage character strings and associated sets of attributes (for example, font and kerning) that apply to individual characters or ranges of characters in the string.
I have a question regarding rounded corners and text background color for a custom UIView. Basically, I need to achieve …
ios objective-c uiview quartz-graphics nsattributedstringSo I have an NSAttributedString I want to insert a bullet point at the beginning of a portion of text. …
ios objective-c swift nsattributedstring bulletedlistI need to make subscripts for chemistry formulas (H2O, Na^2+, etc)? Is this possible to do with NSAttributedString, or …
objective-c nsstring nsattributedstringI have a UITextView and there are certain words I'm casting with NSString stringWithFormat that I'd like to be bolded. …
ios objective-c uitextview nsattributedstring nsmutableattributedstringI have UILabel with number of lines = 2 system font size = 15 minimum font size = 8 Line break mode - Truncate tail When …
ios iphone objective-c uilabel nsattributedstringI use NSAttributedString to generate a string with two different sizes. By default, its bottom alignment looks like this: But …
ios nsattributedstringI have a NSAttributedString to which I am adding a NSTextAttachment. The image is 50w by 50h but I'd like …
ios ios7 uiimage nsattributedstring nstextattachmentIs it possible to apply both stroke and fill with an NSAttributedString and a UILabel?
ios cocoa uilabel nsattributedstringHere's my situation: I have an NSMutableAttributedString with no attributes in a text view. Whenever the user presses the backspace …
ios nsattributedstring nsrangeI am trying to draw colored text in my UIView subclass. Right now I am using the Single View app …
ios uikit drawrect uicolor nsattributedstring