-
Notifications
You must be signed in to change notification settings - Fork 946
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Slider] Add appearance properties and enable UIAppearance. (#2796)
* Add Slider appearance properties and enable UIAppearance. Adds `thumbRadius` and `thumbElevation` as UIAppearance properties. Makes `color`, `disabledColor`, and `trackBackgroundColor` UIAppearance-compatible. * Added unit tests for slider. * Remove infeasible coding unit test for now. * Line-length formatting. * Rename and condense color tests, sort by order that they appear in the header. * Rename tests and mark the thumb section. * Replace `_thumbTrack.thumbRadius` usage with `self.thumbRadius`. * Remove NSCoding-related helper, moved to another branch. * Search-and-replace mixup. * Line-length fixups.
- Loading branch information
Showing
8 changed files
with
219 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.