escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.07k stars 637 forks source link

Added ability to set timezone on inline date picker #707

Open ryancrosby opened 9 years ago

ryancrosby commented 9 years ago

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.