All Projects → Abedalkareem → AMProgressHUD

Abedalkareem / AMProgressHUD

Licence: MIT license
A gif progress HUD for iOS.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to AMProgressHUD

Spinners React
Lightweight SVG/CSS spinners for React
Stars: ✭ 254 (+1311.11%)
Mutual labels:  progress, loading
Awloader
AWLoader is a UI Component that allows you to integrate loader that fits your needs within your app.
Stars: ✭ 11 (-38.89%)
Mutual labels:  progress, loading
Ngx Progressbar
Angular progress bar ☄
Stars: ✭ 813 (+4416.67%)
Mutual labels:  progress, loading
Rsloadingview
Awesome loading animations using 3D engine written with Swift
Stars: ✭ 388 (+2055.56%)
Mutual labels:  progress, loading
Vue Loaders
Vue + loaders.css
Stars: ✭ 127 (+605.56%)
Mutual labels:  progress, loading
Buttonprogressbar Ios
A small and flexible (well documented) UIButton subclass with animated loading progress, and completion animation.
Stars: ✭ 479 (+2561.11%)
Mutual labels:  progress, loading
React Nprogress
⌛️ A React primitive for building slim progress bars.
Stars: ✭ 173 (+861.11%)
Mutual labels:  progress, loading
Loading Bar
Flexible, light weighted and super fast Progress Bar Library
Stars: ✭ 300 (+1566.67%)
Mutual labels:  progress, loading
Terminal layout
The project help you to quickly build layouts in terminal,cross-platform(一个跨平台的命令行ui布局工具)
Stars: ✭ 98 (+444.44%)
Mutual labels:  progress, loading
Listr2
NodeJS Task List derived from the best! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.
Stars: ✭ 73 (+305.56%)
Mutual labels:  progress, loading
Ng2 Slim Loading Bar
Angular 2 component shows slim loading bar at the top of the page.
Stars: ✭ 376 (+1988.89%)
Mutual labels:  progress, loading
Vue Wait
Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications
Stars: ✭ 1,869 (+10283.33%)
Mutual labels:  progress, loading
Circleprogressview
🎡 CircleProgressView是一个圆形渐变的进度动画控件(支持外环显示刻度,内环随之变化,配置参数完全可配),动画效果纵享丝滑。
Stars: ✭ 314 (+1644.44%)
Mutual labels:  progress, loading
Whirl
CSS loading animations with minimal effort!
Stars: ✭ 774 (+4200%)
Mutual labels:  progress, loading
Waitme
jquery plugin for easy creating loading css3/images animations
Stars: ✭ 302 (+1577.78%)
Mutual labels:  progress, loading
React Circle
Renders a svg circle + progress, it just works 💘
Stars: ✭ 925 (+5038.89%)
Mutual labels:  progress, loading
progress-image-view-android
Simple progress with ImageView android
Stars: ✭ 64 (+255.56%)
Mutual labels:  progress, loading
plain-overlay
The simple library for customizable overlay which covers a page, elements or iframe-windows.
Stars: ✭ 28 (+55.56%)
Mutual labels:  progress, loading
Iprogresshud
An elegant, lightweight and responsive progress HUD for iOS app with very simple usage. Available 32 indicators by NVActivityIndicatorView.
Stars: ✭ 66 (+266.67%)
Mutual labels:  progress, loading
Aiforms.dialogs
AiForms.Dialogs for Xamarin.Forms
Stars: ✭ 143 (+694.44%)
Mutual labels:  progress, loading

Facebook Buy Me A Coffee Youtube Twitter



A gif progress HUD to display the progress of an ongoing task.

Screenshots

Usage

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()

Installation

AMProgressHUD is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'AMProgressHUD'

Support me 🚀

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.

Follow me ❤️

Facebook | Twitter | Instagram | Youtube

License

AMProgressHUD is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].