在UISegmented控制器交换机上更改UIView的xib文件和文件所有者代码

时间:2015-06-08 14:23:10

标签: ios xcode uiview

我是一名高中生,我正在申请第一次世界大战的士兵。无论如何,有一个UIView包含UISegemented Controller,当用户进行互动时,会更改下面的UIView

因此,包含UIViewUIView的整体segmented controller可更改较小UIView的内容。

我拥有它,以便在Segmented Controller切换时执行此操作

 switch value {
        case 0 : NSBundle.mainBundle().loadNibNamed("Profile", owner: self, options: nil)
        case 1 : NSBundle.mainBundle().loadNibNamed("Regiment", owner: self, options: nil)
        case 2 : NSBundle.mainBundle().loadNibNamed("Mapping", owner: self, options: nil)
}

这个问题是它只加载.xib文件而不是它们的代码。他们的关系/事件无法正常工作并导致程序崩溃,因为它无法连接到他们.swift的{​​{1}}文件。

enter image description here

我如何file owner设置programmatically相应的.xib文件。

我希望在xCode中有这样的东西。

.swift

0 个答案:

没有答案