Reply to iOS 14 - UISlider not updating appearance when enabled I face the same bug in iOS 14 final. What worked for me was to set the view needs layout and call layoutIfNeeded afterwards. slider.setNeedsLayout() slider.layoutIfNeeded() UI Frameworks UIKit Oct ’20