How do I open another window in macOS in Swift with Cocoa

后端 未结 3 1353
时光说笑
时光说笑 2021-01-11 11:13

I am working on a macOS app that presents a list of customer master records in a table view. Double-clicking a row in the table view should open a new window where the user

3条回答
  •  不要未来只要你来
    2021-01-11 12:03

    Confirmed. This is such a major gotcha in the UI. And it is buggy to boot: Storyboard doesn't contain a controller with identifier 'MainWindow' A whole day wasted troubleshooting this issue.

提交回复
热议问题