For some reason, I get linker errors when trying to use CALayer:
"_OBJC_CLASS_$_CALayer", referenced from:
I have imported the following headers:
#import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <QuartzCore/QuartzCore.h>
the code:
arrowImage = [[CALayer alloc] init];
objective-c iphone cocoa-touch cocoa quartz-graphics
Sheehan Alam Jun 03 '10 at 16:53 2010-06-03 16:53
source share