Popularity
3.6
Stable
Activity
0.0
Stable
150
6
51

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: UI     Activity Indicator    
Latest version: v1.3

LinearProgressBar alternatives and similar libraries

Based on the "Activity Indicator" category.
Alternatively, view LinearProgressBar alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of LinearProgressBar or a related project?

Add another 'Activity Indicator' Library

README

Linear Progress Bar (Material Design)

Platform Language License

Linear Progress Bar (inspired by Google Material Design) for iOS written in Swift 4.0

Please feel free to make pull requests :)

alt tag

INSTALLATION

Manually

Simply add LinearProgressBar.swift file on your project.

CocoaPods

You can use Cocoapods to install Linear Progress Bar by adding it to your Podfile:

platform :ios, '8.0'
use_frameworks!

target 'MyApp' do
    pod 'LinearProgressBarMaterial'
end

USAGE

//Simply, Call Progress Bar
let linearBar: LinearProgressBar = LinearProgressBar()

//Start Animation
self.linearBar.startAnimation()

//Stop Animation
self.linearBar.stopAnimation()

OPTIONS

//Change background color
linearBar.backgroundColor = UIColor(red:0.68, green:0.81, blue:0.72, alpha:1.0)
linearBar.progressBarColor = UIColor(red:0.26, green:0.65, blue:0.45, alpha:1.0)

//Change height of progressBar
linearBar.heightForLinearBar = 5

FEATURES

  • [x] Multi-Device Full Support
  • [x] Rotation Support
  • [x] Material Design Effect
  • [x] Swift 4 support

Version

1.3

Author

Philippe BOISNEY (phil.boisney(@)gmail.com)


*Note that all licence references and agreements mentioned in the LinearProgressBar README section above are relevant to that project's source code only.