All Projects → BiAtoms → LinearProgressView

BiAtoms / LinearProgressView

Licence: MIT license
A simple linear progress view 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 LinearProgressView

IJProgressView
A simple progress view written in Swift.
Stars: ✭ 70 (-32.04%)
Mutual labels:  progress-bar, progressbar, progress-view
GradientProgressView
一个简单的进度条控件
Stars: ✭ 15 (-85.44%)
Mutual labels:  progress-bar, progressbar, progress-view
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 (-7.77%)
Mutual labels:  progress-bar, progressbar
Progressbar
A really basic thread-safe progress bar for Golang applications
Stars: ✭ 2,212 (+2047.57%)
Mutual labels:  progress-bar, progressbar
Radialprogressbar
Radial ProgressBar inspired by Apple Watch OS. It is highly Customisable
Stars: ✭ 141 (+36.89%)
Mutual labels:  progress-bar, progressbar
circlebars
Add circular progress bars and countdown timers easily with circlebars Created by @itaditya. Demo at >
Stars: ✭ 38 (-63.11%)
Mutual labels:  progress-bar, progressbar
Toothyprogress
A polyline determinated ProgressBar written in Kotlin
Stars: ✭ 56 (-45.63%)
Mutual labels:  progress-bar, progressbar
Ruby Progressbar
Ruby/ProgressBar is a text progress bar library for Ruby.
Stars: ✭ 1,378 (+1237.86%)
Mutual labels:  progress-bar, progressbar
React Nprogress
⌛️ A React primitive for building slim progress bars.
Stars: ✭ 173 (+67.96%)
Mutual labels:  progress-bar, progressbar
RxActivityIndicator-Android
A small library that helps you keep track of operations progress. It allows you to show progress bar (indicator) in a convenient way.
Stars: ✭ 12 (-88.35%)
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 (+2754.37%)
Mutual labels:  progress-bar, progressbar
Missme
Same Old Android Progress Dialog
Stars: ✭ 49 (-52.43%)
Mutual labels:  progress-bar, progressbar
Vue Step Progress
A simple Vue component that displays a Progress Bar with labels for each step
Stars: ✭ 26 (-74.76%)
Mutual labels:  progress-bar, progressbar
XCArcProgressView
Android开口圆环比例进度View(高仿猎豹清理大师内存占用比例View)
Stars: ✭ 28 (-72.82%)
Mutual labels:  progress-bar, progress-view
Roundprogresstextview
TextView with Round Pogress
Stars: ✭ 18 (-82.52%)
Mutual labels:  progress-bar, progressbar
Go Pretty
Pretty print tables and more in golang!
Stars: ✭ 777 (+654.37%)
Mutual labels:  progress-bar, progressbar
shell-progressbar
Make a progress bar GUI on terminal platform (Shell script)
Stars: ✭ 39 (-62.14%)
Mutual labels:  progress-bar, progressbar
Ep
enhance your HTML5 progress bars with minimal effort!
Stars: ✭ 648 (+529.13%)
Mutual labels:  progress-bar, progressbar
Python Progressbar
Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2"
Stars: ✭ 682 (+562.14%)
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 (+50.49%)
Mutual labels:  progress-bar, progressbar

Platform iOS Cocoapods Compatible Carthage Compatible License

LinearProgressView

A simple progress view for iOS

Requirements

  • iOS 8.0+
  • Xcode 8.0+
  • Swift 3.0+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate LinearProgressView into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'LinearProgressView', '~> 2.0'
end

Then, run the following command:

$ pod install

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate LinearProgressView into your Xcode project using Carthage, specify it in your Cartfile:

github "BiAtoms/LinearProgressView" ~> 2.0

Run carthage update to build the framework and drag the built LinearProgressView.framework into your Xcode project.

Manually

Just drag and drop the Source/LinearProgressView.swift file.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

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