mys
mys
Xcode 11 introduce the support for Swift Package Manager (SwiftPM). it supports for not only Swift files, but also the C/C++ files. So, SVProgressHUD should be supported. And I did...
I have added a method to update the current progress value. You can preview [progress-example.gif] in the asset folder. Please check.
When installing SVProgressHUD via sub-framework (also SwiftPM), I received the following warning: ```bash Umbrella header for module 'SVProgressHUD' does not include header 'SVIndefiniteAnimatedView.h' Umbrella header for module 'SVProgressHUD' does not...
### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-ios-sdk/issues) - [X] I've...