fream
- 类型: CGReck
- x: 相对于父控件,在父控件中的坐标x值
- y: 相对于父控件,在父控件中的坐标y值
- height: 自己的高度
- width: 自己的宽度
contentOffset
- 类型: CGPoint
- x: 相对于自己,自己的内容在x轴的偏移量
- y: 相对于自己,自己的内容在y轴的偏移量
contentInset
- 在内容周围添加额外的滚动区域
- 类型: UIEdgeInsets
- top: 上
- left: 左
- bottom: 下
- right: 右
原文链接:https://www.f2er.com/swift/322227.html