Skip to content

Instantly share code, notes, and snippets.

@Herakleis
Created August 19, 2017 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Herakleis/439a60d11b83488553d3658dbe37f1c8 to your computer and use it in GitHub Desktop.
Save Herakleis/439a60d11b83488553d3658dbe37f1c8 to your computer and use it in GitHub Desktop.
SceneTransitionType
import UIKit
enum SceneTransitionType {
case root
case push(animated: Bool)
case modal(animated: Bool)
// Add custom transtion types...
case pushToVC(stackPath: [UIViewController], animated: Bool)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment