Skip to content

Budyn/RotatingButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

RotatingButton 🌪

A button that you can rotate.

How to rotate your button:

  1. Add UIButton+Rotation to your project
  2. On any UIButton
  3. Use:
  .rotate()

Optionally:

  1. You can specify a time of animation like this (default animation time is 0.7 sec):
  .rotate(time: 1.2)