AnthonyMDev / AMRefreshingTableViewController

A table view controller that displays a list of items recieved from an external data source, utilizing pull to refresh and infinite scroll loading.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refresh data on viewWillAppear: should be configurable

AnthonyMDev opened this issue · comments

I've realized that refreshing the table's data every time the view appears is desirable in some cases, but not in others. This should be a configurable property.