me
me copied to clipboard
学习MacOS App (Part 4: Storyboard)
Cocoa Programming L62 - Storyboards - YouTube
- Storyboard帮你组装了WindowController - Window - ViewController - View整条流水线
- 通过Segue可以直接链接到下一个页面,可以通过representedObject传递对象参数
- Storyboard大大简化了View之间的跳转
- 如果一个窗口需要多个View,就可以考虑使用TabViewController