You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the thumbTintColor option is changed during runtime, only the off state thumb tint color actually changes because the userDidSpecifyOnThumbTintColor is updated to true during initialization because it is set by the willSet closure of thumbTintColor. I think this is a bug because the onThumbTintColor is not listed in the properties in the README, and likewise nowhere does it document that both properties must be updated in order to make a color change to the thumbView's color.
The text was updated successfully, but these errors were encountered:
When the
thumbTintColor
option is changed during runtime, only the off state thumb tint color actually changes because theuserDidSpecifyOnThumbTintColor
is updated totrue
during initialization because it is set by thewillSet
closure ofthumbTintColor
. I think this is a bug because theonThumbTintColor
is not listed in the properties in the README, and likewise nowhere does it document that both properties must be updated in order to make a color change to thethumbView
's color.The text was updated successfully, but these errors were encountered: