We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Please check this. Hope this will work.
[dateSelectionController.datePicker setPreferredDatePickerStyle:UIDatePickerStyleWheels];
Sorry, something went wrong.
Please check this. Hope this will work. [dateSelectionController.datePicker setPreferredDatePickerStyle:UIDatePickerStyleWheels];
It works for me ,thanks a lot
if (@available(iOS 13.4, *)) { [dateSelectionController.datePicker setPreferredDatePickerStyle:UIDatePickerStyleWheels]; } else { // Fallback on earlier versions }
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: