Re: reusable custom views?
Re: reusable custom views?
- Subject: Re: reusable custom views?
- From: David Feldman <email@hidden>
- Date: Fri, 24 Sep 2004 08:29:41 -0400
I fear I don't quite get the goal.
Might you perhaps want to make a small NIB just with the view in
question and load it in multiple times, as needed?
Perhaps if I'm more concrete about it...I have a UI with a bunch of
different single-column table views. Instead of putting the header for
the table view in the column header, I'd like to hide the column header
and instead create a custom header for the table that includes not only
the name of the table but some controls (for example, to hide the table
altogether). Seems like the easiest thing to do is to create a nib with
a view in it that contains all the elements for my custom header,
connect them to a controller object that does the heavy lifting, and
then place multiple copies of it (one for each such table view) in my
main nib file. I'm just not sure of the nuts and bolts of how to do
this easily and taking the greatest advantage of IB.
--Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden