例如,我在预自动布局时将其添加到CAAnimationGroup。CABasicAnimation*resizeAnimation=[CABasicAnimationanimationWithKeyPath:@"bounds.size"];[resizeAnimationsetToValue:[NSValuevalueWithCGSize:CGSizeMake(10.0f,10.0f)]];resizeAnimation.fillMode=kCAFillModeForwards;resizeAnimation.removedOnCompletion=NO;在自动布局下,我假设现在我需要