RMDateSelectionViewController icon indicating copy to clipboard operation
RMDateSelectionViewController copied to clipboard

Xcode 12 display wrong

Open SmartHbdev opened this issue 4 years ago • 3 comments

Hello,

Since Xcode 12 the calendar display not as usual. Background changed and layout too. It's not really usable in current state.

Any fix ?

Thanks

SmartHbdev avatar Sep 21 '20 10:09 SmartHbdev

Please check this. Hope this will work.

[dateSelectionController.datePicker setPreferredDatePickerStyle:UIDatePickerStyleWheels];

ShahzadSid avatar Oct 13 '20 13:10 ShahzadSid

Please check this. Hope this will work.

[dateSelectionController.datePicker setPreferredDatePickerStyle:UIDatePickerStyleWheels];

It works for me ,thanks a lot

vbonluk avatar Jan 27 '21 03:01 vbonluk

if (@available(iOS 13.4, *)) { [dateSelectionController.datePicker setPreferredDatePickerStyle:UIDatePickerStyleWheels]; } else { // Fallback on earlier versions }

vbonluk avatar Jan 27 '21 03:01 vbonluk