When would a UIView's bounds.origin not be (0, 0)?

后端 未结 4 980
遥遥无期
遥遥无期 2021-02-02 07:15

When would an UIView\'s bounds.origin not be (0, 0)?

This paragraph was helpful to me:

IMPORTANT!! Bounds X and Y, the

4条回答
  •  无人共我
    2021-02-02 08:14

    A UIScrollView's bounds.origin will not be (0, 0) when its contentOffset is not (0, 0).

提交回复
热议问题