Skip to content

KenanAtmaca/LoadingAnimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

LoadingAnimator

İOS 10 LoadingAnimator Class (Swift 3)

enum style {
    
    case Box
    case Triangle
    case Oval
    
}
  • You select three diffrent style animation in class.

Oval

alt tag

Box

alt tag

Triangle

alt tag

  • Soft,Beautiful,Easy animation styles.
var animator:LoadingAnimator!
animator = LoadingAnimator(duration: 1.5, animateStyle: .Oval, view: self.view)
  • Start animation
animator.startAnimation()
  • Stop animation
animator.stopAnimation()

Releases

No releases published

Packages

No packages published

Languages