Monthly Archives: March 2015
Update UITableView when user scrolls to end (Swift)
A very common way of displaying a list of items in an iOS app is using a UITableView which gets its data, typically, from an array that holds the items to be displayed in each cell. If the items to be displayed are fetched with an API call to a web server then it is […]