-
Notifications
You must be signed in to change notification settings - Fork 125
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
Comments
try to use dispatch.async after 0.5 secs.
|
Thnq its working....thanks a lot
…On Wed 14 Nov, 2018, 11:57 AM andres, ***@***.***> wrote:
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. }
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#87 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aj4W2TETRr3_nQdj_feY6yRnqw7vRJxkks5uu7e7gaJpZM4YZgH6>
.
|
In happy to help you 😊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi ,
how to switch to time view on immediate closing of date view(on ok action)
thanks & regards
Sarath chandra
The text was updated successfully, but these errors were encountered: