UITableView can support scrolling through many rows of data, however fetching large amounts of remote data can slow down your app, use up too much memory, and bog down your web server. This is all wasteful if users aren\u2018t ever going to scroll down that far. In this episode you\u2018ll learn how to perform automatic UITableView pagination using an easy technique.