[CABasicAnimation animationWithKeyPath:@"opacity"];
UIView exposes this as alpha
where as CALayer exposes this as opacity
.
[CABasicAnimation animationWithKeyPath:@"opacity"];
UIView exposes this as alpha
where as CALayer exposes this as opacity
.