If I have a XIB that I laid out my UI with in IB, and I call that view up as a subview in my main view:
NSArray *nibViews = [[NSBundle mainBundle] loadNibNamed:@"Settings" owner:self options:nil]; *[self.view addSubview:[nibViews objectAtIndex:0]];* * * *What is the best way to associate a class with the XIB - in IB in the info panel where I can assign a class? * Do I need to import the class into my main view, or by loading up subview the methods are now in that object? Noob questions, I know. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com