Use UIKit views to display text, manage fonts, and check spelling.
Framework
- UIKit
Use UIKit views to display text, manage fonts, and check spelling.
Framework
NSLayout Manager
An object that coordinates the layout and display of characters held in an NSText
object.
NSLayout Manager Delegate
A set of optional methods implemented by delegates of NSLayout
objects.
NSText Layout Orientation Provider
A set of methods that define the orientation of text for an object.
UILabel
A view that displays one or more lines of read-only text, often used in conjunction with controls to describe their intended purpose.
UIText Field
An object that displays an editable text area in your interface.
UIText View
A scrollable, multiline text region.
Extend the standard drag and drop support for text views to include custom types of content.
Scale text in your interface automatically by using Dynamic Type.
Add a custom font to your app and use it in your app’s interface.
UIFont
The interface for getting and setting font information.
UIFont Descriptor
Describes a font with a dictionary of attributes.
UIFont Descriptor Symbolic Traits
A symbolic description of the stylistic aspects of a font.
UIContent Size Category Adjusting
A collection of methods that give controls an easy way to adopt automatic adjustment to content category changes.
UIFont Metrics
A utility object for obtaining custom fonts that scale to support Dynamic Type.
UIText Checker
An object you use to check a string (usually the text of a document) for misspelled words.
Manage text storage, and coordinate the layout of text.
Configure the system keyboard, or create your own keyboards and handle input yourself.