BounceCar is a small pet project for an iOS application featuring an animated "car" built from UIViews. The app implements movement physics and effects, such as bounce animation and wheel rotation. The project aims to create a simple yet visually engaging animation to learn the basics of animation principles on iOS.
- Bounce Effect: The car mimics a bounce effect while moving, creating an illusion of suspension.
- Wheel Animation: The wheels rotate according to the direction of movement.
- UIKit | AutoLayout
- Core Animation
- SOLID