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
if let progressAnimation = Animation.named("progress") {
ProgressHUD.register(animation: progressAnimation)
}
else {
fatalError("Unable to find the animation file")
}
The text was updated successfully, but these errors were encountered:
Showing Hud on the whole screen.
The text was updated successfully, but these errors were encountered: