Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 12 display wrong #89

Open
SmartHbdev opened this issue Sep 21, 2020 · 3 comments
Open

Xcode 12 display wrong #89

SmartHbdev opened this issue Sep 21, 2020 · 3 comments

Comments

@SmartHbdev
Copy link

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

@ShahzadSid
Copy link

Please check this. Hope this will work.

[dateSelectionController.datePicker setPreferredDatePickerStyle:UIDatePickerStyleWheels];

@vbonluk
Copy link

vbonluk commented Jan 27, 2021

Please check this. Hope this will work.

[dateSelectionController.datePicker setPreferredDatePickerStyle:UIDatePickerStyleWheels];

It works for me ,thanks a lot

@vbonluk
Copy link

vbonluk commented Jan 27, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants