Andrew Overton 4745d80b40
[TextFields] Add accessibility docs for MDCTextField (#4498)
* Add accessibility docs for MDCTextField

* Try to fix readme situation
2018-07-12 15:53:36 -04:00

4 lines
506 B
Markdown

A text field that conforms to `MDCTextInput` can be added to a view hierarchy the same way `UITextField` and `UIView` are. But to achieve the animations and presentations defined by the guidelines (floating placeholders, character counts), a controller that conforms to protocol `MDCTextInputController` must be initialized to manage the text field.
**NOTE:** Expect to interact with _both the text field_ (for the traditional API) _and the controller_ (for changes affecting the presentation and state).