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 ability to set timezone on inline date picker #707

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryancrosby
Copy link

Due to complexities of our app, we need to set the timezone on our UIDatePickers to something different from our default timezone. This causes us problems when using QuickDialog. Previously we just changed our default timezone before loading QuickDialog, this led to issues when it was displayed modally on an iPad.

With this change, we don't have to override our default timezone for the app, and can just set the timezone on the date picker. I also added an example to the example project for testing and verification. Let me know if you have any questions.

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.

1 participant