Reply to iOS 14 - UISlider not updating appearance when enabled I also encounter the same problem. May be it's system's bug. BUT I try to fix it as below: slider.selected = YES; [slider layoutIfNeeded]; It works. UI Frameworks UIKit Aug ’20