I have a UIDate Picker embedded in a static TableViewCell and at the moment I disabled most of the code except the code responsible for the date picker.
I\'m using t
It seems to be something to do with the animated parameter. You just need this line:
datePicker.setDate(date, animated: true)