beginRefreshing()
Tells the refresh controller that a refresh operation has begun.
Declaration
func beginRefreshing()Discussion
Call this method to programmatically start a refresh operation. The refresh controller enters the refreshing state and displays its activity indicator. This is typically used when you want to show a refresh initiated by something other than user interaction.