kitoko552 / SimplePushAnimator

Push transition without UINavigationController.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Push transition without UINavigationController.

License:MIT License


Languages

Language:Swift 100.0%