Re: Newbie CALayer Questions
Re: Newbie CALayer Questions
- Subject: Re: Newbie CALayer Questions
- From: Scott Anguish <email@hidden>
- Date: Mon, 21 Jul 2008 12:49:41 -0400
On 21-Jul-08, at 10:48 AM, Bob Barnes wrote:
I hadn't considered that but I cut and pasted it directly from the
documentation.
- (void)drawInContext(CGContextRef)ctx {
NSLog(@"drawInContext called");
}
that should be
- (void)drawInContext:(CGContextRef)ctx
(copied and pasted from the reference doc)
_______________________________________________
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