Text Input and Output

Display formatted text and get text input from the user.

Overview 概要

To display read-only text, or read-only text paired with an image, use the built-in Text or Label views, respectively. Add modifiers to control the text’s font, selectability, alignment, layout direction, and so on. When you need to collect text input from the user, use an appropriate text input view, like TextField or TextEditor.

To learn about the set of modifiers that you use to configure text that appears in a view, see Text and Symbol Modifiers.

Topics 話題

Text Display

Text Entry

Text Style

Text Layout

Localization

Deprecated Types

See Also 参照

User Interface Elements