Just want to rotate NSView (without animation). Layer backed-view (setWantsLayer=YES). Works with opacity, position. But when I try rotate with
[view.layer setValue:[NSNumber numberWithInt:45*M_PI/180] forKeyPath:@"transform.rotation.y"];
Nothings happened.