CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

FlickTransition 1.1.1

FlickTransition 1.1.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2016
SPMSupports SPM

Maintained by WangYa.



  • By
  • Paul

FlickTransition

A iOS UIViewController Transition

Screenshot

screenshot

Installation & Usage

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()