标签: ios swift cocoa interface-builder
任何人都可以解释如何在界面生成器中公开要由触发的segue使用的属性。
我想创建一个自定义视图控制器,其工作方式类似于UINavigationController和UITabBarController,因为它们公开了IB可配置的视图控制器,即各自的RootViewController和ViewControllers属性。
UINavigationController
UITabBarController
RootViewController
ViewControllers
请参阅: