Skip to content

KingHodor/ProgressBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Evercoin progress bar written in Swift.

Features

  • CABasicAnimation linearMovement animation
  • CABasicAnimation scale animation

Demo

Requirement

  • Swift3

Usage

Animate ProgressBar

@IBOutlet weak var progressBar1: ProgressBar!
@IBOutlet weak var progressBar2: ProgressBar!

// animated ProgressBar
self.progressBar1.startLoading()
self.progressBar2.startLoadingReverse()

Getting help

Please contact sfa.alptekin@gmail.com

Releases

No releases published

Packages

No packages published