Numbers Animation
Cool Numbers Animation in iOS written in Swift.
Numbers animation allows you to click on different numbers and accordingly it will animate numbers in a cool way. It has very attractive UI and is very easy to use.
Animation used
UIView.animate(withDuration: , delay: , options: .curveEaseInOut, animations: , completion: )
CGAffineTransform(scaleX: , y: )
CGAffineTransform(translationX: , y: )
UIView.transition(with: , duration: , options: .transitionFlipFromRight, animations: , completion: )
How to add in your project
- Clone or download the repo
- After it, drag and drop all files to your project
- Run your project and see the animation
Requirement
- Xcode 12 or later
- Supports iOS 13 or later
- Supports iPhone SE 1st Generation or later