题库 软件开发 题目列表 在UIView的属性中,@property(nonatomic) CGRect fram...
单选题

在UIView的属性中,@property(nonatomic) CGRect frame;与@property(nonatomic) CGRect bounds;的区别是 ()

A.

frame 是 bounds 的别名 

B.

frame 是 bounds 的继承类 

C.

frame 的参考系是父视图坐标,bounds 的参考系是自身的坐标 

D.

frame 的参考系是自身坐标,bounds 的参考系是父视图的坐标

题目信息
校招真题
-
正确率
0
评论
25
点击