When would an UIView\'s bounds.origin not be (0, 0)?
bounds.origin
(0, 0)
This paragraph was helpful to me:
IMPORTANT!! Bounds X and Y, the
A UIScrollView's bounds.origin will not be (0, 0) when its contentOffset is not (0, 0).