Skip to content

Material Linear Progress Bar for your iOS apps

License

Notifications You must be signed in to change notification settings

shin8484/LinearProgressBar

 
 

Repository files navigation

LinearProgressBar

Carthage compatible

Material Linear Progress Bar for your iOS apps

Demo

Installation

Carthage:

github "Recouse/LinearProgressBar"

CocoaPods:

Add this to your Podfile

pod 'MaterialProgressBar'

Requirements

  • iOS 8.0+
  • Xcode 9.0+
  • Swift 3.2+

Usage

import LinearProgressBar

let progressBar = LinearProgressBar()
...
view.addSubview(progressBar)
progressBar.startAnimating()

You can use it like activity indicator in UIViewController:

// Start animating
showProgressBar()

// Stop animating
hideProgressBar()

Contribution

Feel free to make pull requests

About

Material Linear Progress Bar for your iOS apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 90.4%
  • Objective-C 5.0%
  • Ruby 4.6%