WatchKit
Segues
WatchKit Segues Segues Transition to another interface controller - - PowerPoint PPT Presentation
WatchKit Segues Segues Transition to another interface controller Push segues and modal segues Set up segues visually from storyboards or from code Push Uses a navigation stack model Interface Interface Interface Interface
Segues
Segues
Transition to another interface controller Push segues and modal segues Set up segues visually from storyboards or from code
Push
Uses a navigation stack model
pushControllerWithName("MyInterfaceController", context: nil) popController() popToRootController() Interface Interface Interface Interface
Modal
Interrupts the current navigation flow
presentControllerWithName("MyInterfaceController", context: nil) dismissController() Interface Interface Interface Interface Modal
Demo
Segues! Try a segue in code Try a segue in the storyboard
Challenge Time!