me icon indicating copy to clipboard operation
me copied to clipboard

学习MacOS App (Part 4: Storyboard)

Open nonocast opened this issue 3 years ago • 0 comments

Cocoa Programming L62 - Storyboards - YouTube

  • Storyboard帮你组装了WindowController - Window - ViewController - View整条流水线
  • 通过Segue可以直接链接到下一个页面,可以通过representedObject传递对象参数
  • Storyboard大大简化了View之间的跳转
  • 如果一个窗口需要多个View,就可以考虑使用TabViewController

nonocast avatar Jul 20 '21 17:07 nonocast