Loading an external NIB, how do I set the view property?

Posted by Sheehan Alam on Stack Overflow See other posts from Stack Overflow or by Sheehan Alam
Published on 2010-06-11T19:32:29Z Indexed on 2010/06/11 22:02 UTC
Read the original article Hit count: 205

If I am loading a view from another NIB, how do I set the File's Owner view property? IB is not letting me hook it up to my View Controller which is loading the external NIB.

My NIB looks like this:

File's Owner - Identity is set to LBRootViewController

First Responder

LBTableViewController - Identity is set to LBTableViewController, NIB Name is LBTableViewController

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk