How to change font size in UIDatePicker

Viewed 3473

I'm trying to change font size and color in UIDatePicker. To changed colour I used UIDatePicker().setValue(_, forKey: _) and it was enough. I thought that changing size fill be also that easy, but keyPath "fontSize", "textSize" and other don't work... Someone know what is a keyPath for fontSize in UIDatePicker and how to find every keyPath for some classes?

Cheers, Jakub

1 Answers
Related