Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankityddv/porschedesign-ios
Demo animations practice project. Started as an internship interview task 😄
https://github.com/ankityddv/porschedesign-ios
animation appstore heroanimation ios swift xcode
Last synced: about 1 month ago
JSON representation
Demo animations practice project. Started as an internship interview task 😄
- Host: GitHub
- URL: https://github.com/ankityddv/porschedesign-ios
- Owner: ankityddv
- Created: 2020-11-09T14:55:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-04T10:03:32.000Z (about 4 years ago)
- Last Synced: 2024-05-21T06:56:58.881Z (8 months ago)
- Topics: animation, appstore, heroanimation, ios, swift, xcode
- Language: Swift
- Homepage:
- Size: 14.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Porsche Design
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/Cuberto/liquid-swipe/master/LICENSE)
[![Swift 4.2](https://img.shields.io/badge/Swift-5-green.svg?style=flat)](https://developer.apple.com/swift/)### WILL Be updating the demo files soon!
Demo animations practice project. Started as an internship interview task 😄
## What you will get in this project
Your following questions are answered in the project:
1. How to implement one to another view controller animation transition?
![How to make a Login and singup page with Firebase?](Demo/1.gif)
2. How to implement tap animation on collection view?
![How to implement tap animation on collection view?](Demo/2.gif)
3. How to dismiss a view controller with swipe down gesture?
![How to dismiss a view controller with swipe down gesture?](Demo/3.gif)
4. How to make a single UIButton perform different actions on multiple taps?
![How to make a single UIButton perform different actions on multiple taps?](Demo/4.gif)
5. How to animate a UIButton and change it's colour with animation?
6. How to transform a view button to progress bar?
![How to animate a UIButton and change it's colour with animation?,How to transform a view button to progress bar?](Demo/5.gif)
7. How to display a PopUp card and dismiss with swipe and tap gestures?
![How to display a PopUp card and dismiss with swipe and tap gestures?](Demo/6.gif)
## Getting Started
To get started and run the app, you need to follow these simple steps:
1. Open the TaskZero workspace in Xcode.
2. Change the Bundle Identifier to match your domain.
3. Open the terminal, navigate to project folder and run "pod install".
4. You're all set! Run TaskZero on your device or Simulator.## Compatibility
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+.## Author
* [Ankit Yadav](https://www.instagram.com/ankityddv/)
## License
Copyright 2020 Ankit Yadav.
Licensed under MIT License: https://opensource.org/licenses/MIT## Current Status
Finished.