CALayer
CALayer
- Subject: CALayer
- From: David Blanton <email@hidden>
- Date: Fri, 6 Feb 2009 14:50:42 -0700
The docs say there is a factory method ... layer ... for CALayer.
layer
Creates and returns an instance of CALayer.
+ (id)layer
When compiling I get a warning at this line
CALayer *layer = [CALayer layer];
Warning no '+layer' method found.
Am I brain dead and missing something?
_______________________________________________
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