Re: Cross XIB references?
Re: Cross XIB references?
- Subject: Re: Cross XIB references?
- From: Graham Cox <email@hidden>
- Date: Mon, 7 Jun 2010 08:43:18 +1000
On 07/06/2010, at 8:17 AM, Jean-François Brouillet wrote:
> Since I have been convinced that
> even trying to share the image _bits_ was futile, I won't attempt this anymore.
Sharing the image BITS is not futile, but is not accomplished by referencing objects cross-nib. NSImage will cache and share its image bits more or less automatically as long as you don't stop it from doing so. Referencing the same image by name in two different nibs will share that image.
--Graham
_______________________________________________
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