All Projects → Isuru-Nanayakkara → IJProgressView

Isuru-Nanayakkara / IJProgressView

Licence: MIT license
A simple progress view written in Swift.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to IJProgressView

GradientProgressView
一个简单的进度条控件
Stars: ✭ 15 (-78.57%)
Mutual labels:  progress-bar, progressbar, progress-view
LinearProgressView
A simple linear progress view for iOS
Stars: ✭ 103 (+47.14%)
Mutual labels:  progress-bar, progressbar, progress-view
Ruby Progressbar
Ruby/ProgressBar is a text progress bar library for Ruby.
Stars: ✭ 1,378 (+1868.57%)
Mutual labels:  progress-bar, progressbar
Progressbar
A really basic thread-safe progress bar for Golang applications
Stars: ✭ 2,212 (+3060%)
Mutual labels:  progress-bar, progressbar
CustomProgress
一款常见的进度条加载框架
Stars: ✭ 32 (-54.29%)
Mutual labels:  progress-bar, progress-view
Missme
Same Old Android Progress Dialog
Stars: ✭ 49 (-30%)
Mutual labels:  progress-bar, progressbar
Toothyprogress
A polyline determinated ProgressBar written in Kotlin
Stars: ✭ 56 (-20%)
Mutual labels:  progress-bar, progressbar
Progress Bar.sh
Simple & sexy progress bar for `bash`, give it a duration and it will do the rest.
Stars: ✭ 155 (+121.43%)
Mutual labels:  progress-bar, progressbar
Python Progressbar
Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2"
Stars: ✭ 682 (+874.29%)
Mutual labels:  progress-bar, progressbar
React Sweet Progress
A way to quickly add a progress bar to react app 🌈
Stars: ✭ 239 (+241.43%)
Mutual labels:  progress-bar, progressbar
Alive Progress
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
Stars: ✭ 2,940 (+4100%)
Mutual labels:  progress-bar, progressbar
XCArcProgressView
Android开口圆环比例进度View(高仿猎豹清理大师内存占用比例View)
Stars: ✭ 28 (-60%)
Mutual labels:  progress-bar, progress-view
Vue Step Progress
A simple Vue component that displays a Progress Bar with labels for each step
Stars: ✭ 26 (-62.86%)
Mutual labels:  progress-bar, progressbar
Roundprogresstextview
TextView with Round Pogress
Stars: ✭ 18 (-74.29%)
Mutual labels:  progress-bar, progressbar
Delayedprogress
ProgressDialog that waits a minimum time to be dismissed before showing. Once visible, the ProgressDialog will be visible for a minimum amount of time to avoid "flashes" in the UI.
Stars: ✭ 95 (+35.71%)
Mutual labels:  progress-bar, progressbar
Go Pretty
Pretty print tables and more in golang!
Stars: ✭ 777 (+1010%)
Mutual labels:  progress-bar, progressbar
Radialprogressbar
Radial ProgressBar inspired by Apple Watch OS. It is highly Customisable
Stars: ✭ 141 (+101.43%)
Mutual labels:  progress-bar, progressbar
circlebars
Add circular progress bars and countdown timers easily with circlebars Created by @itaditya. Demo at >
Stars: ✭ 38 (-45.71%)
Mutual labels:  progress-bar, progressbar
Multiprogressview
📊 An animatable view that depicts multiple progresses over time. Modeled after UIProgressView
Stars: ✭ 614 (+777.14%)
Mutual labels:  progress-bar, progressbar
Ep
enhance your HTML5 progress bars with minimal effort!
Stars: ✭ 648 (+825.71%)
Mutual labels:  progress-bar, progressbar

IJProgressView

A simple progress view written in Swift.

Install

CocoaPods (< v0.36)
  • Create a Podfile.
  • Add the line, pod 'IJProgressView', :git => 'https://github.com/Isuru-Nanayakkara/IJProgressView.git'.
  • Run pod install.
  • Add import IJProgressView to the files where you want to use the library.
Manually
  • Add the IJProgressView.swift file to your project.

Usage

Simply call the following method to show the progress view. Pass the view you want it to be overlayed as a parameter.

IJProgressView.shared.showProgressView(view)

To hide the progress view,

IJProgressView.shared.hideProgressView()

Contributors

Credits

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].