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
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
Explore More Topics
Stay informed with curated content and fresh updates.