Re: Providing replicable views in IB
Re: Providing replicable views in IB
- Subject: Re: Providing replicable views in IB
- From: "Michael Ash" <email@hidden>
- Date: Wed, 15 Oct 2008 10:22:29 -0400
On Wed, Oct 15, 2008 at 9:05 AM, Matteo Manferdini
<email@hidden> wrote:
> Thank you very much!
> I did not think about the crappy way becase it *is* an unnatural way of
> doing things. By the way, how do you know NSCollectionView does it that way?
> Where do you collect such detailed informations?
> I did not know the second one. Thank you.
Starts with an educated guess from the fact that the view is in the
same nib as the rest, which precludes reloading the nib multiple
times. Process of elimination means that it must be using NSCoding. A
custom subclass which implements -initWithCoder: confirms it to be
true.
Mike
_______________________________________________
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