Text Kit is, collectively, a set of classes and protocols in iOS 7's UIKit framework that provide high-quality typographical services.
I need to embed small icons ( sort of custom bullets ) to my UILabel in iOS7. How can I do this …
ios objective-c cocoa-touch ios7 textkitI have a UITextView which displays an NSAttributedString. This string contains words that I'd like to make tappable, such that …
ios objective-c uitextview textkitI am trying to get the following effect using a UITextView: Basically I want to insert an image between text. …
ios ios7 textkitThe formatting of my textViews worked fine in iOS 6, but no longer in iOS 7. I understand with Text Kit much …
ios uitextview nsattributedstring textkitIn iOS 7, when navigating back using the new swipe-from-edge-of-screen gesture, the title of the Back button ("Artists") fades from being …
ios7 uilabel textkitFor a UILabel, I'd like to find out which character index is at specific point received from a touch event. …
objective-c ios7 textkitI was working through the Using Text Kit to Manage Text in Your iOS Apps tutorial. It was written for …
ios swift dynamic-typing textkit text-stylingI'm writing an app for iOS 7 only and I'm trying to get decent formatting on bullet points in a non-editable …
ios cocoa-touch ios7 uitextview textkit