In iOS, scroll views are used to view content that won’t fit entirely on the screen. Scroll views have two main purposes: To let users drag the area of the content they want to display To let users zoom in to or out of the displayed content using the pinch gestures A common control used in iOS apps – UITableView – is a subclass of UIScrollView and provides a great way to view content that is large