refreshController
The refresh controller associated with this scroll view.
Declaration
var refreshController: NSRefreshController? { get set }Discussion
Setting this property adds the refresh controller to the scroll view, enabling pull-to-refresh functionality. Set to nil to remove it.