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
Hi @MarcHe124
how are you attaching the tap handler to a spinner with a delay?
Your best course of action would be to do it as it's done in the demo project:
DispatchQueue.main.asyncAfter(deadline:.now()+1){SwiftSpinner.show("Connecting \nto satellite...").addTapHandler({print("tapped")SwiftSpinner.hide()}, subtitle:"Tap to hide while connecting! This will affect only the current operation.")})
Since when a spinner is shown the previous tap handler is cleared.
No description provided.
The text was updated successfully, but these errors were encountered: