0

对于工作,我使用 Viper 架构并通过 NSObject 构建模块,我直接通过 Storyboard 或 Nib 连接。这很好用,但是如果你通过 NSViewController 连接到 segue NSWindowsControllers,应用程序会崩溃并出现错误,因为它没有被称为 NSObject。当然也有通过“storyboard.instantiateControllerWithIdentifier(identifier:)”来收集模块的选项,但是我想用Nibs,出现可选性错误。

所以看起来 NSStoryboard

GitHub 示例

4

0 回答 0