You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work, thanks for making it available! This thing is sweet.
One minor feature request. It would be nice to get a callback after the if hide timer, since I typically have to take some action on my end. For example, I want to show "Success!" for 1.5 seconds and then dismiss my modal vc. The builtin hiding delay is thoughtful but I can't take advantage of it without a completion handler.
Typical flow:
show hud for at least one second even if network request is quite fast
show "Success!" for 1.5 seconds to give user a chance to read
hide hud & dismiss view controller
The text was updated successfully, but these errors were encountered:
Great work, thanks for making it available! This thing is sweet.
One minor feature request. It would be nice to get a callback after the
if hide
timer, since I typically have to take some action on my end. For example, I want to show "Success!" for 1.5 seconds and then dismiss my modal vc. The builtin hiding delay is thoughtful but I can't take advantage of it without a completion handler.Typical flow:
The text was updated successfully, but these errors were encountered: