Skip to content

solariserj/SpinnerView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpinnerView

This is a SpinnerView view for rotate 2 lateral images on circle

RotateGif

Use RotateView Element

Set inner arrow size

 rotateView.arrowSize = CGSize(width: 30, height: 30)

Set rotated images size

 rotateView.imagesSize = CGSize(width: 15, height: 15)

Set rotated images

 rotateView.image1 = UIImage(named: "LiteraA")
  rotateView.image2 = UIImage(named: "LiteraA")

Set rotate radius

 rotateView.radius = 15

Init Elements

 rotateView.initElements()

Start/Stop Rotate

 rotateView.startStopAnimation()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages