watchkit
play

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


  1. WatchKit Segues

  2. Segues Transition to another interface controller Push segues and modal segues Set up segues visually from storyboards or from code

  3. Push Uses a navigation stack model Interface Interface Interface Interface pushControllerWithName("MyInterfaceController", context: nil) popController() popToRootController()

  4. Modal Interrupts the current navigation fl ow Modal Interface Interface Interface Interface presentControllerWithName("MyInterfaceController", context: nil) dismissController()

  5. Demo Segues! Try a segue in code Try a segue in the storyboard

  6. Challenge Time!

More recommend