为什么在UIViewController的子类的xib中它是UIView而不是UIViewController?

时间:2016-08-19 05:50:08

标签: ios objective-c uiviewcontroller xib

当我新创建UIViewController的子视图以及xib文件时,我发现UIView文件中只有UIViewController而不是xib
那么为什么Xcode会像这样实现xib文件呢?什么目的?

新创建的课程: -

enter image description here

xib文件: -

enter image description here

1 个答案:

答案 0 :(得分:3)

类型为UIViewController,只需选中File'S Owner,然后选中identity inspector,您就会看到它像此图像一样设置了类NewViewController

enter image description here

请在检查view之后选中connection inspector,然后您会看到它已与此File's Owner view相关联。

enter image description here