https://github.com/Coder-ACJHP/GithubProjects
A lot of animations, transitions created using Swift UIKit iOS 11
https://github.com/Coder-ACJHP/GithubProjects
Last synced: about 1 year ago
JSON representation
A lot of animations, transitions created using Swift UIKit iOS 11
- Host: GitHub
- URL: https://github.com/Coder-ACJHP/GithubProjects
- Owner: Coder-ACJHP
- Created: 2024-10-24T14:38:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T17:45:05.000Z (over 1 year ago)
- Last Synced: 2024-11-21T18:32:40.377Z (over 1 year ago)
- Language: Swift
- Size: 69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UIKitAnimations
A lot of animations, transitions created using Swift UIKit iOS 11
Detailed explanation made in my Medium article [Create custom ViewController Transition styles using Core Image Transition Filters](https://medium.com/@onur.isik/create-custom-viewcontroller-transition-styles-using-core-image-transition-filters-f75b3dfbdd63) and [Custom Ripple Effect View Controller Transition in Swift](https://medium.com/@onur.isik/custom-ripple-effect-view-controller-transition-in-swift-200d72340494))
### 26/10/24
1. Added new custom animated tabBar (path animated and selected tabItem location will be excavated)
2. Added UINavigationController push and back transitions without using UINavigationController (can be selected before presenting ViewController as modalTransitionStyle = .push or .back)
Do not pass true to present method
3. MainViewController ui refactored (Used custom tableView + cell with sections)
### 28/10/24
1. Added tinder like card swipe animation
2. All view controller transitions has been bidrectional (push -> reversed push as back)