我在 coverflow 组件中使用 xib 文件作为后视图。它看起来很好。
加载 xib 文件的代码是:
NSArray *array = [[NSBundle mainBundle] loadNibNamed:@"TestMine" owner:nil options:nil];
backView = [array objectAtIndex:0];
现在我想在不更改当前代码的情况下使用此 xib 附加视图控制器。
我该怎么做?
我收到错误消息:Exception :*** -[UIViewController superview]: unrecognized selector sent to instance 0x5891120
告诉我是否需要更多细节来回答问题。