Simple demo app that uses the vimeo API to display a feed from a particular channel.
It downloads 3 different pages (number of pages is hardcoded) starts by fetching one page, and as you reach the bottom of the tableview it will fetch more pages until every page is displayed.
Install CocoaPods (http://cocoapods.org/) Install AFNetworking (https://github.com/AFNetworking/AFNetworking) Install MBProgressHUD (https://github.com/jdg/MBProgressHUD) run pod install in the root of the repository to install the dependencies.