Re: Multiple of copies of custom view
Re: Multiple of copies of custom view
- Subject: Re: Multiple of copies of custom view
- From: "John C. Randolph" <email@hidden>
- Date: Mon, 14 Aug 2006 02:28:17 -0700
On Aug 14, 2006, at 12:12 AM, Ben Lachman wrote:
I have a a custom view which I've instantiated and laid out in IB.
It contains several generic controls as subviews and custom logic.
I'd like to have an array of these custom laid out views with the
outlets and actions defined as they are set up in my instance in
IB. Is there a good way to access the instance so I can copy it?
And if so, is this a decent way of going about getting automatic
layout and setup? My goal was to not do this in code since it would
be quite messy.
See the NSNib class. Very handy when you want to clone the contents
of a nib file many times.
-jcr
_______________________________________________
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