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

Taking some time to show DateTimePicker. #39

Closed
Rashesh-Bosamiya opened this issue Aug 29, 2017 · 1 comment
Closed

Taking some time to show DateTimePicker. #39

Rashesh-Bosamiya opened this issue Aug 29, 2017 · 1 comment

Comments

@Rashesh-Bosamiya
Copy link

Rashesh-Bosamiya commented Aug 29, 2017

If I have following initializer. It takes some time to present.

DateTimePicker.show(selected: Date.init(), minimumDate: nil, maximumDate: nil)

And If I have following Initializer. Picker present immediately.

DateTimePicker.show()

@StevenVerheyen
Copy link

Confirmed. It takes like 1-2 seconds before the picker is being displayed. But! If you specify a minimum date, this is not an issue anymore :) So in my case I needed that minimum date to be the current date :) Perhaps this can help you too?

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

2 participants