Andrew Overton d99e872320
[TextControls] Write docs for MDCTextControls (#9327)
This PR adds some initial docs for text controls.
Closes #8687.
2019-12-30 16:17:14 -05:00

588 B

Installation with CocoaPods

Add the following to your Podfile:

pod 'MaterialComponents/TextControls'

Then, run the following command:

pod install

Importing

To use TextControls in your code, import the MaterialTextControls umbrella header (Objective-C) or MaterialComponents module (Swift).

Swift

import MaterialComponents.MaterialTextControls

Objective-C

#import "MaterialTextControls.h"