在UIView的属性中,@property(nonatomic) CGRect frame;与@property(nonatomic) CGRect bounds;的区别是 ()
frame 是 bounds 的别名
frame 是 bounds 的继承类
frame 的参考系是父视图坐标,bounds 的参考系是自身的坐标
frame 的参考系是自身坐标,bounds 的参考系是父视图的坐标