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've created a method that takes a NSAttributedString and I'm looking to dynamically create a subview and label to put …
ios uilabel nsattributedstring nsmutableattributedstringI have a reference to NSAttributedString and i want to change the text of the attributed string. I guess i …
ios objective-c nsattributedstringJust updated pods for xcode 9 and I'm getting the error below for Cosmos. Type 'NSAttributedStringKey' (aka 'NSString') has no member …
ios swift3 cocoapods nsattributedstring cosmosI have a string in which last word would always be of a different color compared to the other words …
ios objective-c nsattributedstring addattributeI want to do some drawing of NSAttributedStrings in fixed-width boxes, but am having trouble calculating the right height they'll …
cocoa nstextview appkit nsattributedstringI have an instance of NSData containing attributed text (NSAttributedString) originating from an NSTextView. I want to convert the attributed …
cocoa nsattributedstringI want to use attributed strings with NSLinkAttributeName to create clickable links inside a UILabel instance within my iOS 7 project, …
ios7 uilabel nsurl nsattributedstring clickableIs it possible to change color of single word in UITextView and UITextField ? If i have typed a word with …
ios objective-c uitextfield uitextview nsattributedstringjust started swift 3 and I have problems with swift syntax. i'm trying to display a simple NSAttributedString. so 1st I …
ios nsattributedstringI have some text which I am drawing into a fixed frame via an NSAttributedString (code below). At the moment …
ios objective-c fonts core-text nsattributedstring