I have written a custom renderer for iOS for a subclass of DatePicker.
The issue I am seeing is that the first time a date selection is made, the bindable property Date is actually been set to the previous day. This only happens on the first selection - any further selections result in the correct date.
Has anybody seen this behaviour exhibited and if so, how did you overcome it.
Thanks