* fix warnings for .count in Swift strings and duplicate images in Asset folders, also give the Extension target all icons
* update project settings to recommended ones
* [TextFields] Fixes bug in multiline having ambiguous height in the text view.
* [TextFields] Making the comments clearer.
* [TextFields] PR feedback.
* [TextFields] PR feedback.
* [TextField] Uhoh.
* [TextFields] Going back and making the new class mandatory.
* [TextFields] PR feedback.
* Use framework-style imports.
MDFInternationalization is built as a framework, so use the style
recommended to import from the framework (#import <...>).
MotionAnimator and MotionInterchange mixed the normal style import
and the framework style import; settle them on the framework style.
* Update MDCActivityIndicator.m
Re-order to match our style guide.
* Update MDCBottomNavigationBar.m
Re-order to match our style guide.
* Update MDCBottomNavigationItemView.m
Re-order to match style guide.
* Update MDCBottomAppBarView.m
* Update MDCButtonBar.m
* Update MDCAppBarButtonBarBuilder.m
* Update MDCAppBarButtonBarBuilder.m
* Update MDCCollectionViewCell.m
* Update MDCAlertController.m
* Update NavigationBarIconsExample.m
* Update MDCNavigationBar.m
* Update MDCItemBarCell.m
* Update MDCTextField.m
* Update MDCThumbTrack.m
* [TextFields] Encapsulating some common API into a protocol.
* [TextFields] Refactoring to use new protocol for theming.
* [TextFields] Themer work.
* [TextFields] Removing unneeded import.
* [TextFields] Correcting documentation mistake.
* [TextField] Formatting.
* [TextFields] Documentation update.
* [TextFields] PR feedback.
* [TextFields] Silencing Xcode 8 only warnings.
* [TextFields] Adding a multiline message to the example.
* [TextFields] Moving a method to a better place.
* [TextFields] Fixes multiline having set text.
* [TextFields] Adding new line to multi-line examples.
* [TextFields] Floating placeholder comments, organization and bug fix.
* [TextFields] Formatting.
* [TextFields] Adding back in the work I had lost.
* [TextFields] Adding some Xcode 8 support.
* [TextFields] Improved interface builder support.
* [TextFields] Adding multiline to interface builder example.
* [TextFields] Adding comment.
* [TextFields] Updating IB example.
* [TextFields] Updating storyboard for example.
* [TextFields] Adding handling of expanding on overflow for IB cases.
* [TextFields] Adding better expanding support for IB.
* [TextFields] Fixing bugs related to loading a multiline text field from a storyboard.
* [TextFields] Reorganizing IB examples to add new one.
* [TextFields] Adding useful comment.
* [TextFields] Correcting comment.
* [TextFields] Major corrections to RTL by using MDFInternationalization and respecting iOS 8's weird behavior.
* [TextFields] Adding MDFInternationalization to podspec for TextFields.
* [TextFields] Correcting headers.
* [TextFields] Adding a comment.
* [TextFields] Adding better UIResponder overrides.
* [TextFields] Sending a notification when the clear button is touched like it would if the clear button were UITextField's.
* [TextFields] More specific notification class checks.
* [TextFields] Calculations are improved but still off.
* [TextFields] Compensating for internal behavior.
* [TextFields] Correcting placeholder compression resistence.
* [TextFields] Probably best working animation without translations.
* [TextFields] Adding text field did update constraints.
* [TextFields] Correcting autolayout value.
* [TextFields] Redoing placeholder calculations.
* [TextFields] Removing out of date comment.
* [TextFields] Some formatting.
* [TextFields] Undoing some formatting.
* [TextFields] Forgot to nil out property.
* [TextFields] Adding new calculations to the legacy default.
* [TextFields] PR feedback.
* [TextFields] Formatting.
* [TextFields] PR feedback.
* [TextFields] Formatting.
* [TextFields] Better comment.
`MDCTextField` should invoke `textFieldShouldClear` on its delegate before clearing the text. A similar delegate, `MDCMultilineTextInputDelegate` is now also supported on `MDCMultilineTextField` objects to support similar functionality.
Closes#2062
* [TextFields] Removes ambiguous layout.
* [TextFields] Better code organization and comment.
* [TextFields] Adding a filled in field to the examples.
* [TextFields] Correcting placeholder not rising when text is set programatically. Also better naming.
* [TextFields] Giving examples of each floating style a set .text.
* [TextFields] Adding placeholder float test.