标签: ios swift cocoa uiview xib
我创建了一个自定义.xib文件和UIView的自定义子类。 连接两者的步骤是什么?
UIView
这意味着当我在自定义类属性中设置MyCustomClass时,它会变成我的自定义.xib文件,并根据MyCustomClass.swift行事。
MyCustomClass
答案 0 :(得分:1)
单击您的Xib文件并转到此处并在此处设置自定义类
答案 1 :(得分:0)
选择 Whatever.xib>> 点击 Show Identity Inspector>> 专注于 Custom Class>> 修改 Class为MyCustomClass 请参阅Test.xib和Test.swift的此示例:
Whatever.xib
Show Identity Inspector
Custom Class
Class