ProgressHUD
ProgressHUD copied to clipboard
ProgressHUD is a lightweight and easy-to-use HUD for iOS. Over 5000+ animations. ‼️
Could you support Carthage? Ideally if you link it with binary way to download i'll be grateful about this
Please, we're in love if you add precompiled zip with xcframework in tag assets. @relatedcode Thanks for all
It'd be great to be able to set timeout to dismiss the hud. Im saying it as an improvement.
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...
The HUD shrink & fade in animation is jarring & feels much faster than the native iOS alert controller. It would be awesome to let us control the timing &...
For what I'm making with this, the popup lasts too long. I searched the ProgressHUD.m and .h, but I couldn't find anything. Is there a way?
Hello, I faced `SettingsError: noExecutablePath()` error in Xcode Canvas SwiftUI preview in Xcode 14 Beta 4. Does anyone know how to solve it or maybe have a fix for it?...
I figured out these properties didn't work when setting UIColor.clear. It's still showing a black background color. Are there any changes to make it transparent? ``` ProgressHUD.colorBackground = .clear ProgressHUD.colorHUD...
Existing methods are usually static Image or text, can you expose a method that allows a custom view to be passed in?