Skip to content

Instantly share code, notes, and snippets.

@Otbivnoe
Created January 19, 2018 11:21
Show Gist options
  • Save Otbivnoe/2f393231d6a35b27a691843ef8e184b5 to your computer and use it in GitHub Desktop.
Save Otbivnoe/2f393231d6a35b27a691843ef8e184b5 to your computer and use it in GitHub Desktop.
class PushTransition: NSObject {
var animator: Animator?
weak var viewController: UIViewController?
init(animator: Animator? = nil) {
self.animator = animator
}
}
extension PushTransition: Transition {}
extension PushTransition: UINavigationControllerDelegate {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment