This document provides an overview of Text Kit, Apple's text layout and rendering framework introduced in iOS 7. It discusses what Text Kit is, why it was created to replace Core Text for most use cases, and its key features such as rich text editing, text wrapping, styles, and customization options. The document also covers Text Kit's object model including NSTextStorage, NSLayoutManager, and NSTextContainer, and how these objects work together to manage and display text.