MotionInMotion Episode 41 - Application Workflows in Interface Builder with Storyboards and Segues
Application Workflows in Interface Builder with Storyboards and Segues - MotionInMotion
Segueの設定
- drag segue on button from view
- ctrl drag
- action segue
- push, modal, custom
- delete property (modal)
- prepareForSegue
- if segue.identifier == "SayAThing"
- segue.destinationViewController
- XCode Editor Menu
- Embed in Navigation Controller