我正在使用xib文件作爲coverflow組件中的後視圖。它很好看。如何用附加的視圖控制器加載xib文件?
用於加載廈門國際銀行文件的代碼是:
NSArray *array = [[NSBundle mainBundle] loadNibNamed:@"TestMine" owner:nil options:nil];
backView = [array objectAtIndex:0];
現在我想附上這個廈門國際銀行視圖控制器不改變當前的代碼。
我該怎麼做?
我收到錯誤:Exception :*** -[UIViewController superview]: unrecognized selector sent to instance 0x5891120
告訴我,如果更多的細節需要回答的問題。
感謝。 alt text http://img265.imageshack.us/img265/8151/ssstack.png
您是否已將控制器連接到Interface Builder中的視圖? – 2010-05-13 08:53:43
我應該從庫中添加一個控制器,然後連接IB或其他視圖嗎? – harshalb 2010-05-13 08:57:51