A gif progress HUD to display the progress of an ongoing task.
To set the the Progress HUD options.
AMProgressHUD.options.imageName = "giphy" // the name of the gif image.
AMProgressHUD.options.backgroundColor = UIColor.red // the background color.
AMProgressHUD.options.cancable = true
To show the HUD:
AMProgressHUD.show()
To Hide the HUD:
AMProgressHUD.dismiss()
AMProgressHUD is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'AMProgressHUD'
You can support this project by:
1- Checking my apps.
2- Star the repo.
3- Share the repo with your friends.
4- Buy Me A Coffee.
Facebook | Twitter | Instagram | Youtube
AMProgressHUD is available under the MIT license. See the LICENSE file for more info.