Pablo Alejandro Pérez Martínez

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
1pod
Transitions library provides an easy way to present different view controllers with a transition animation, which may be interactive, by just subclassing your view controller.
By subclassing your view controller with the right transition controller, you will be able to present/dismiss, push/pop, select, a new view controller with a custom interactive animation with a simple call, without having to worry about implementing any UIViewControllerInteractiveTransitioning
or UIViewControllerAnimatedTransitioning
.
License: MIT