Re: Nested Views in different *.XIB files
Re: Nested Views in different *.XIB files
- Subject: Re: Nested Views in different *.XIB files
- From: Graham Cox <email@hidden>
- Date: Sun, 25 Oct 2009 16:12:34 +1100
On 25/10/2009, at 4:02 PM, Mazen M. Abdel-Rahman wrote:
I was wondering if anyone could tell me if this is the best way to
go about it - or if there is a better way?
Yes. Just don't put everything into separate nibs. Why do it if it
makes life harder? Usually everything that ends up in the same window
should come from the same nib - there's no advantage to separating it
into separate nibs as the whole window will need to be built to be
useful. Using separate nibs will be slower, take more memory and make
life very hard for you stitching all the bits together. Instead, use
one nib and hook up everything in that one place.
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden