View2ViewTransition
Simple framework for custom interactive viewController transition from one view to another view.
Installation
Carthage
github "naru-jpn/View2ViewTransition"
CocoaPods
pod 'View2ViewTransition'
Usage
Create TransitionController and implement presentation
(also supports push)
Presenting viewController conforms View2ViewTransitionPresenting
Presented viewController conforms View2ViewTransitionPresented
Use UserInfo
You can set userInfo to notify indexPath or share resource etc.
Modify Animation Parameters
Animate with custom animation parameters.
Debug Mode
If you have hierarchical view controllers (navigation controllers) in app, viewController to conform protocol is not intuitive. View2ViewTransition prints some information in debug mode.