This is a simple application meant to demonstrate iOS proficiency. This application searches Flickr for photos and allows you to download them to a device
- Flikr search
- CoreData model persistence
- AFNetworking integration
- Bandwidth optimization by use of a NSURLCache and filesystem storage
- Flickr search in batches + on demand loading when scrolling to bottom of list
- Sound MVC design
- Photo share integration to save / email / print / etc.
- Cocoapods package management
sudo gem install cocoapods
From project root
pod install
Enter a flicker API key in the App delegate
Well this part should be self explanatory