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

Added option to select UIDatePickerStyle introduced in iOS 14 #136

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tonte
Copy link

@tonte tonte commented Nov 23, 2020

Added function setPreferredDatePickerStyle which accepts a PopoverDatePickerStyle enumeration with these options:

  • wheels

  • automatic

  • compact

  • inline

Only available from iOS 13.4 and above. Lower OS versions just use the default date picker style

Added setPreferredDatePickerStyle function
iOS 14 style still available with setPreferredDatePickerStyle(.inline)
@demo84
Copy link

demo84 commented Dec 1, 2020

How do I get this updated via Cocoapods in my Xcode workspace? When I do a pod update nothing is updated. Thanks in advance for your help.

@tonte
Copy link
Author

tonte commented Dec 8, 2020

I have tagged the commit with version number 6.6.7 now, If you run a pod update it should fetch the latest version now.

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

Successfully merging this pull request may close these issues.

2 participants