使用显式动画,如果设置layer 的bounds和frame效果是不一样的
如果设置
self.layer.bounds = CGRectMake(0, 0, width, width);
效果如图
如果设置
self.layer.frame = CGRectMake(0, 0, width, width);
效果如图
使用显式动画,如果设置layer 的bounds和frame效果是不一样的
如果设置
self.layer.bounds = CGRectMake(0, 0, width, width);
效果如图
如果设置
self.layer.frame = CGRectMake(0, 0, width, width);
效果如图