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 pushControllerWithName("MyInterfaceController", context: nil) popController() popToRootController()
Modal Interrupts the current navigation fl ow Modal Interface Interface Interface Interface presentControllerWithName("MyInterfaceController", context: nil) dismissController()
Demo Segues! Try a segue in code Try a segue in the storyboard
Challenge Time!
Recommend
More recommend