/SimplePushAnimator

Push transition without UINavigationController.

Primary LanguageSwiftMIT LicenseMIT

SimplePushAnimator

Push transition without UINavigationController.

Preview

Usage

class ViewController: UIViewController {
    private var transitioner: Transitioner?

    override func viewDidLoad() {
        super.viewDidLoad()
        transitioner = Transitioner(style: .SimplePush, viewController: self)
    }
}

You can see the sample project under the Sample directory.

Requirement

iOS8.0+

License

The MIT License