mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
* 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.