iOS bug 日志 -frame 和 bounds的区别

使用显式动画,如果设置layer 的bounds和frame效果是不一样的

如果设置

    self.layer.bounds = CGRectMake(0, 0, width, width);

 效果如图

 

 

如果设置

    self.layer.frame = CGRectMake(0, 0, width, width);

 

效果如图

 

posted @ 2016-03-04 10:19  small-elephant_A-Do  阅读(169)  评论(0编辑  收藏  举报