-
Notifications
You must be signed in to change notification settings - Fork 82
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
Warning: "Result of call to 'hide(_:animated:)' is unused" #39
Comments
You just need to do this: _ = EZLoadingActivity.show("Loading...", disableUI: true) Let me know if you need any help and I can reopen the issue! 😉 |
Don't we have discardable result in those funcs? |
@lfarah yap! the warning disappeared |
@goktugyil Xcode 8 still gives warning.... |
Then what good does discarable result do? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Your loading indicator works well. However, Xcode alaway gives warnings of "Result of call to
hide(_:animated:)' is unused
and also in the case ofshow()
. How could I deal with this?The text was updated successfully, but these errors were encountered: