我有一个storyboard
,我想在viewcontroller
中嵌入containerview
。 ViewController
及其xib
位于我制作的cocoapod
中。是否可以在viewcontroller
xib
中嵌入cocoapod
及storyboard
containerview
?
我知道如果您删除viewcontroller's
视图(在storyboard
中),则storyboard
会尝试加载xib
,其名称与{{1}相同1}}。但是,这不起作用。当viewcontroller
出口未连接时,应用程序崩溃。我只能假设它是因为viewcontroller's
位于xib
。
我已检查名称是否匹配,并且cocoapod
中设置了所有相应的自定义类型(例如将文件所有者从IB
更改为UIViewController
)。我在MyCustomViewController
中添加了xib
到“resource_bundles
”。