Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 704 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 704 Bytes

AwesomeVimeoFeed

alt tag

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.

Frameworks/Dependencies

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.