Newbie CALayer Questions
Newbie CALayer Questions
- Subject: Newbie CALayer Questions
- From: Bob Barnes <email@hidden>
- Date: Sun, 20 Jul 2008 17:00:12 -0700
hi,
I have some questions related to CALayer drawing. I want to be able
to display images, text, 2D graphics or a PDF page. I'm able to display
an image by directly setting the contents property using a CGImageRef
or subclassing CALayer, overriding display and sending setNeedsDisplay,
but nothing I do seems to trigger the call to drawInContext. I've tried
using a delegate for the CALayer and subclassing CALayer, but
drawInContext never gets called. Is there something fundamental that
I'm missing?
tia,
Bob
_______________________________________________
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