Demo animations practice project. Started as an internship interview task ๐
Your following questions are answered in the project:
- How to implement one to another view controller animation transition?
- How to implement tap animation on collection view?
- How to dismiss a view controller with swipe down gesture?
- How to make a single UIButton perform different actions on multiple taps?
-
How to animate a UIButton and change it's colour with animation?
-
How to transform a view button to progress bar?
- How to display a PopUp card and dismiss with swipe and tap gestures?
To get started and run the app, you need to follow these simple steps:
- Open the TaskZero workspace in Xcode.
- Change the Bundle Identifier to match your domain.
- Open the terminal, navigate to project folder and run "pod install".
- You're all set! Run TaskZero on your device or Simulator.
This project is written in Swift 5.0, requires Xcode 12.0 to build and run. TaskZero is compatible with devices running on iOS 14.0+.
Copyright 2020 Ankit Yadav. Licensed under MIT License: https://opensource.org/licenses/MIT
Finished.