Skip to content

IOS:UIScrollView

The UIScrollView class provides support for displaying content that is larger than the size of the application’s window. It enables users to scroll within that content by making swiping gestures, and to zoom in and back from portions of the content by making pinching gestures.

UIScrollView is the superclass of several UIKit classes including UITableView and UITextView.

Favorite site