TextControls

TextControls are controls used for text input that make use of classes like UITextField and UITextView.


Overview

At this time, the only text control we offer is the text field. There are three text field classes:

  • MDCFilledTextField: A text field implementing the Material filled style
  • MDCOutlinedTextField: A text field implementing the Material outlined style
  • MDCBaseTextField: An unstyled text field that the previous two inherit from

Installation

Usage

Theming

Examples