Search code examples
iosxamarin.iosxamarinuidatepickeruiappearance

Change the style of a date picker


I was wondering how I can change the style of a montouch datepicker? I've managed to customise the borders around the picker itself, but I'm not sure how to customise the picker.

Any help is appreciated.

Sean


Solution

  • Like most native iOS controls, Apple is very restrictive about customization and will not allow you to modify many of their properties. Apple did this deliberately to give a consistent look-and-feel to all apps, among other reasons.

    To wit, observe how few properties there are for UIKit.UIDatePicker: http://iosapi.xamarin.com/?link=T%3aMonoTouch.UIKit.UIDatePicker%2fP

    If you want a highly-customized date picker, you will need to roll your own.