Swift Tutorial: UIRefreshControl with UITableView Swift4

Опубликовано: 01 Май 2018
на канале: Swift Tutorials
7,368
68

Do you have requirement to add a pull to refresh feature in your app. A pull to refresh feature is where user pull the list and it refreshes its contents.
In order to create pull to refresh feature, we have UIRefreshControl in iOS. UIRefreshControl allows us to detect when user pull down UITableView and we can then refresh our UITableView contents. In this video, you will learn how add UIRefreshControl to UITableView and implement pull to refresh feature to it.

Source code: http://bit.ly/2w12rvo