Re: Setting wantsLayer = YES; crashes on view load.
Re: Setting wantsLayer = YES; crashes on view load.
- Subject: Re: Setting wantsLayer = YES; crashes on view load.
- From: Michael Vannorsdel <email@hidden>
- Date: Mon, 1 Jun 2009 01:07:44 -0600
Are you registering for any notifications? It looks like it's
crashing while trying to notify an object.
On Jun 1, 2009, at 12:31 AM, Kevin Ross wrote:
Hi everyone, I have a Core Data document based app that I've been
working on for a while and I now want to change some of the view
drawing to use CALayers. The trouble I'm having is that when I set
a view's wantsLayer = YES, I end up getting EXC_BAD_ACCESS. This
happens when I try to set it on any arbitrary view in any of the
nibs in my project, when setting it from code, or from clicking the
checkbox in IB. I've tried new CALayer projects from scratch and
they work fine, is there something I could have done to my project
that would prevent me from setting a view's wantsLayer property to
YES?
Thank you for taking time to read this.
_______________________________________________
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