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'm completely in the dark with Core Text's line spacing. I'm using NSAttributedString and I specify the following attributes on …
nsattributedstring core-text line-spacingI want to append an Attributed Text with another Attributed Text in Swift. Please provide any sample code for appending …
swift nsattributedstringI'm using iOS 6, so attributed strings should be easy to use, right? Well... not so much. What I want to …
ios uibutton nsattributedstringWe are using custom fonts in our project. It works well in Xcode 5. In Xcode 6, it works in plain text, …
ios swift ios8 xcode6 nsattributedstringThe formatting of my textViews worked fine in iOS 6, but no longer in iOS 7. I understand with Text Kit much …
ios uitextview nsattributedstring textkitEdit - This has been marked as duplicate, but as I state below, I am looking for a Swift solution. …
ios swift nsattributedstringI have the following code but my links are always blue. How do I cange the color of them? [_string …
ios iphone nsattributedstring nsmutableattributedstringI'm using NSMutableAttributedString and NSAttributedString to display a label text in two different font sizes. My approach is: NSMutableAttributedString *muAtrStr = [[…
ios objective-c nsattributedstringFrom the storyboard I select the UILabel in question Then in Attribute Inspector > Label > [I choose] Attributed Also …
ios objective-c uilabel nsattributedstringA simple test that is failed: Make a new project with just one subview (UITextView) and put the following in: …
objective-c uitextview ios6 nsattributedstring