Por alguna razón me errores de enlace cuando intento utilizar CALayer:No se puede compilar código cuando se trabaja con CALayer
"_OBJC_CLASS_$_CALayer", referenced from:
He importado los siguientes encabezados:
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <QuartzCore/QuartzCore.h>
Código:
arrowImage = [[CALayer alloc] init];
¿También agregue el QuartzCore.framework a su objetivo? – hooleyhoop