, , anchorPoint . , X Y 0 1 , .
yourLayer.anchorPoint = CGPointMake(0.5, 1.0);
( , "bounds.size.height", ):
CABasicAnimation *grow = [CABasicAnimation animationWithKeyPath:@"bounds.size.height"];
grow.fromValue = @0;
grow.toValue = @200;
grow.duration = 0.5;
[yourLayer addAnimation:grow forKey:@"grow the height of the layer"];