This project, developed using UIKit, showcases animated car components with an engaging two-directional movement effect. The car includes animated wheels and a bouncing effect on each element of the car body, adding a realistic touch. The project follows the MVC (Model-View-Controller) architectural pattern.
- Framework: UIKit (Autolayout)
- Architecture: MVC (Model-View-Controller)
- Animation: Core Animation
- Two-directional Movement: The car smoothly animates both from left to right or from right to left
- Wheel Animation: Wheels rotate continuously while the car is in motion
- Body Element Animation: Each element of the car's body bounces with a delayed wave effect, creating a suspension-like visual
To run this project on your device, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/car-animation-project.git
- Open the project in Xcode.
- Build and run the project on the simulator or your device.
- Behold the marvelous animation on your screen!