Re: Multiple Views or Multiple Nib Files
Re: Multiple Views or Multiple Nib Files
- Subject: Re: Multiple Views or Multiple Nib Files
- From: Jean-Daniel Dupas <email@hidden>
- Date: Thu, 3 Jul 2008 09:39:13 +0200
Le 3 juil. 08 à 05:21, Tinnakorn (9Net) a écrit : Hi, I wonder when to use multiple views and when to use multiple nib files. Then, what is the suggession for the differences of controllers for these two. Regards,
Tinnakorn Laoraovirot
Multi nib allow to lazily load your resources. If you always need all your view, you may put them all in one nib. Creating multiple nib is also a way to split your interface. Some people prefere to have a file for each composant, just like you get a file per class, and even many files for one class.
|
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden