Fixing an issue with `UITextField` where the highlighted state of the text field's clear button is always the default blue, and not the tint color of the text field.
Stars
15
Forks
3
Watchers
15
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
Updated view controller to set `tintColor` to red so that it matches the comparison gif and more easily noticed.
feb6817View on GitHubAdded a comparison gif between `UITextField` and `MTZTextField`.
1995696View on GitHubUsing placeholder/default text instead of labels to indicate which is `UITextField` and `MTZTextField`.
f1a6f54View on GitHubAdded labels for showing which is `UITextField` and which is `MTZTextField`.
fcb42caView on GitHubMoving classes to dedicated directory at the root of the project.
9db6023View on GitHubSetting the image for the highlighted state to be templates when initialized.
88daa50View on GitHubThe textfield’s clear button’s highlighted state is now the appropriate color.
6a02da7View on GitHubAdded UITextField and MTZTextField instances to view controller.
03d3eeeView on GitHub