* Extracting Accessibility out of FeatureHighlightViewController to a mutator.
Tests added.
Example updated.
* Revert "Extracting Accessibility out of FeatureHighlightViewController to a mutator."
This reverts commit 0b5433ebf86366087b240c4dc4992a0603fa73e0.
* Adding Font themer to TextFields.
* extra lf.
* dealing with warnings.
* Fixing unit tests.
* commenting out low priority set up for bounds
* commenting out tests to see if tests would fail.
* tests are back, scale could have been zero.
* temp fix in case the fonts are zero.
* check for default inside setter.
* fix compliing mistakes.
* add documentation for the change.
* Example of dynamic size with different fonts.
* added support for dynamic type with custom fonts.
* fixed the top overlapping issue
* Replied to comment and fixed the issues.
* Adding Text Input property to InputController
Changing the value of mdc_adjustsFontForContentSizeCategory should not effect the actual controller fonts that are set by user but only the properties of the actual textfield. In order to do that I moved the resizing of fonts away from the properties of InputController and into update layout.
* Fixing the comment. Changing font scheme to not accept nullable controllers.
* change documentation.
* [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] 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.