CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Sep 2016 |
SPMSupports SPM | ✗ |
Maintained by WangYa.
A iOS UIViewController Transition
Install via CocoaPods by adding this to your Podfile:
pod 'FlickTransition'
For instance, present a view controller in a tableview controller:
var rect = tableView.rectForRowAtIndexPath(indexPath)
rect = tableView.convertRect(rect, toView: view)
FlickTransitionCoordinator.sharedCoordinator.presentViewController(WebViewController(), presentOriginFrame: rect)
Dismiss a view controller:
FlickTransitionCoordinator.sharedCoordinator.dismissViewControllerNoninteractively()