Reply to UIDatePicker iOS 14 compact remove default background i found only one solution how to remove background on .compact style: datePicker.subviews[0].subviews[0].backgroundColor = nil P.S. on OS darkMode toggle this color is reverted so is needed to change again Programming Languages Swift Sep ’20