Understanding the contentOffset and contentInset properties of the UIScrollView class
In order to better understand the purpose of these two properties, it is important that we understand the contentSize property. The scroll view must know the size of the content view. This is important because the size of the content view can be larger than the visible area (example: screen) . . . Read more