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

calendar and time #87

Open
sarath435 opened this issue Nov 12, 2018 · 3 comments
Open

calendar and time #87

sarath435 opened this issue Nov 12, 2018 · 3 comments

Comments

@sarath435
Copy link

hi ,
how to switch to time view on immediate closing of date view(on ok action)

thanks & regards
Sarath chandra

@AD-Paladins
Copy link

AD-Paladins commented Nov 14, 2018

try to use dispatch.async after 0.5 secs.
it worked for me.

` DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) { // in half a second...

        print("Launch de another callendar")

        // i triggered this function with an observer and a flag to recognize which calendar was presented.

}`

@sarath435
Copy link
Author

sarath435 commented Nov 14, 2018 via email

@AD-Paladins
Copy link

In happy to help you 😊

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