Re: What's the better usage in IB.
Re: What's the better usage in IB.
- Subject: Re: What's the better usage in IB.
- From: Scott Anguish <email@hidden>
- Date: Sun, 10 Mar 2002 20:35:26 -0500
On Sunday, March 10, 2002, at 06:58 PM, email@hidden wrote:
I'm composing an interface that has an individual's information on the
main window that is basic information and it contains 5 tabbed views
which each have information specific to this individual. Would
composing all these under one object be best for IB or should I compose
objects for each tabbed screen. What the advantages one object verses 6
objects that have outlets and actions for these views?
if I understand what you're asking.. I'd make them all part of the
same nib, which would get loaded by whichever object is appropriate in
your app (not sure that there is enough info here.. but it could very
well be the object which 'holds' all this information..
then make the 5 tabbed view content areas in the same nib, and then
join all the outlets/actions up to the single object that holds all the
information...
Also is there an advantage for coding verses IB?
You mean creating your UI via code instead of in IB? Rarely..
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.