Re: Odd Behaviour with CALayer
Re: Odd Behaviour with CALayer
- Subject: Re: Odd Behaviour with CALayer
- From: David Duncan <email@hidden>
- Date: Thu, 17 Jun 2010 16:19:36 -0700
On Jun 17, 2010, at 2:04 AM, Ajay Sabhaney wrote:
> ab.borderColor=CGColorCreateGenericRGB(1.0f,1.0f,1.0f,1.0f);
Be aware that you are actually leaking a color here. Core Animation retains all CF-type data that it gets, but since the compiler didn't support making a CF type as retain-able this couldn't be declared in the property itself.
> 2010-06-17 02:49:13.464 Revapp[4838:a0f] expecting model layer not copy: MRWorkspaceItemLayer[(125,125)]
What version of Mac OS X are you on?
--
David Duncan
Apple DTS Animation and Printing
_______________________________________________
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