ProgressHUD
ProgressHUD copied to clipboard
ProgressHUD is a lightweight and easy-to-use HUD for iOS. Over 5000+ animations. ‼️
Hey, I'm getting this error after updating to the latest `v14.1.2`, I'm using SPM. If the library has any localized resource, this `defaultLocalization: "en"` must be added to the Package.
Add default localization to the Swift Package file. Links: https://stackoverflow.com/questions/67871929/swift-package-manifest-property-defaultlocalization-not-set
Hello guys. Amazing lib, cheers. I'm looking over the code but didn't find. Could we resize the banner width due to a very short string given to it? The default...
Easy to use, animation is very comprehensive, very good! But, there is only one available ProgressHUD,(singleton shared) works, and forced to add to a UIWindow, which is very confusing. Developers...
I am trying to update the library to the latest version 14.1.3 by cocoapods but it seems that the latest version available is 14.1.1 Why? I wait your news Thanks
Bug Description: WKWebView Opening YouTube Link in play video in Full Screen close the WKWebView dismiss and back to ParentViewController's ParentViewController's ProgressHUD will never show again
How do we use it on full screen so that the user can't interact with anything on the screen?
**Change `.process` to `.copy` in `Package.swift`** ```swift .target( name: "ProgressHUD", dependencies: [], path: "ProgressHUD/Sources", resources: [ .copy("PrivacyInfo.xcprivacy"), // Changed to .copy ] ), ``` *Reasoning:* `.copy` makes the intention very...