Text Kit is, collectively, a set of classes and protocols in iOS 7's UIKit framework that provide high-quality typographical services.
I'm trying to draw text in the centre of shapes in iOS, an example would be Microsoft Office's insert shape …
ios core-graphics core-text textkitI have an NSAttributed string (coming from HTML) that I set for a UITextView. - (void)setHtml:(NSString *)html { NSData *…
ios objective-c uitextview nsattributedstring textkitI am using the new Text Kit API to add attachments to some attributed text: // create an attachment for each …
ios objective-c uikit ios7 textkit