Releases: Shaninnik/PWSwitch
Releases · Shaninnik/PWSwitch
1.1.3
Swift 4.2
Minor fixes
1.1.1 Fix typo in example storyboard
1.1.0
- Renamed
trackOnFillColor
totrackOnBorderColor
and added realtrackOnFillColor
property which works only ifshouldFillOnPush
is set to false. To restore previous behavior renametrackOnFillColor
totrackOnBorderColor
in your project everywhere you use it and then set newtrackOnFillColor
to clear. (should be by default) - Added
thumbOffPushBorderColor
. If you have changed defaultthumbOffBorderColor
then you probably need to adjustthumbOffPushBorderColor
now also.