RotatingButton 🌪 A button that you can rotate. How to rotate your button: Add UIButton+Rotation to your project On any UIButton Use: .rotate() Optionally: You can specify a time of animation like this (default animation time is 0.7 sec): .rotate(time: 1.2)