【发布时间】:2023-03-28 03:03:01
【问题描述】:
我有一个 UIViewController,其中包含一个包含 UINavigationController 的 UITabbarController。
当我设置我的 IB 网点时,File's Owner 视图网点应该设置为什么?
【问题讨论】:
标签: iphone objective-c cocoa-touch uiview interface-builder
我有一个 UIViewController,其中包含一个包含 UINavigationController 的 UITabbarController。
当我设置我的 IB 网点时,File's Owner 视图网点应该设置为什么?
【问题讨论】:
标签: iphone objective-c cocoa-touch uiview interface-builder
我认为应该设置为UITabbarController。稍后,如果您需要访问 UINavigationController 只需像这样调用 [tabBar.navigationController pushViewController:animated];
【讨论】: