Re: [iPhone] Nib Loading Question

2010-07-31 Thread Matt Neuburg
On Sat, 31 Jul 2010 09:39:12 -0500, Fritz Anderson said: >There are three ways to access the contents of a NIB. > >1. Via -[UIViewController initWithNibName:bundle:], which connects the references to outlets in File's Owner (the view controller itself). If a root object in the NIB doesn't have a l

Re: [iPhone] Nib Loading Question

2010-07-31 Thread Fritz Anderson
On 30 Jul 2010, at 3:36 PM, Development wrote: > I have a nib with two views in it. however the only view that loads is the > one connected to the view outlet in the view controller. How can I get the > second view to load? What do you mean that the other view doesn't "load?" How do you know?