Top "Textkit" questions

Text Kit is, collectively, a set of classes and protocols in iOS 7's UIKit framework that provide high-quality typographical services.

How to embed small icon in UILabel

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 textkit
Detecting taps on attributed text in a UITextView in iOS

I have a UITextView which displays an NSAttributedString. This string contains words that I'd like to make tappable, such that …

ios objective-c uitextview textkit
iOS 7 TextKit - How to insert images inline with text?

I am trying to get the following effect using a UITextView: Basically I want to insert an image between text. …

ios ios7 textkit
How can I set the color and alignment of attributed text in a UITextView in iOS 7?

The formatting of my textViews worked fine in iOS 6, but no longer in iOS 7. I understand with Text Kit much …

ios uitextview nsattributedstring textkit
Adjust letter spacing in iOS 7

In 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 textkit
How do I locate the CGRect for a substring of text in a UILabel?

For a given NSRange, I'd like to find a CGRect in a UILabel that corresponds to the glyphs of that …

ios ios7 uilabel textkit
Character index at touch point for UILabel

For a UILabel, I'd like to find out which character index is at specific point received from a touch event. …

objective-c ios7 textkit
How to set heading, subheading, body, footnote, and captions font for dynamic type text styles in Swift?

I 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-styling
iOS7 TextKit: bullet point alignment

I'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
iOS 5/6 vs iOS 7 multiline label line spacing

I ran my app under iOS 7 and discovered that multiline labels (non-attributed, plain text) render with a small line spacing. …

ios uilabel ios7 core-text textkit