Skip to content

cspickert/photos-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photos

A sample iOS project for ADI DevFest 2013.

Requirements

This project uses features only available in iOS 6+. Make sure you have the latest version of Xcode and the iOS SDK installed.

Configuration

  1. Register for a Flickr API key.

  2. Create a new file at Photos/CSPhotosAPIClientConstants.m with the following contents:

     #import "CSPhotosAPIClientConstants.h"
     NSString *const kCSPhotosAPIKey = @"<your API key here>";
    
  3. Build and run!

Ideas

Here are a couple of possible fun/educational ways one could modify this project:

  • Add paginated results to the photo list view (by modifying CSPhotosAPIClient and CSPhotosViewController).
  • Add the ability to search Flickr for a specific tag (or tags) using UISearchDisplayController.
  • Add more aggressive image caching for a better offline viewing experience.
  • Add Core Data for photo metadata persistence and background API response importing for improved UI performance.
  • Display additional information about the photos, and about the users who posted them.
  • Change the layout properties of the collection view in CSPhotosViewController (by subclassing UICollectionViewLayout).
  • Use an entirely different photos API (like Facebook).

Links

Flickr

Code

  • Photos - this project
  • AFNetworking - the most popular (and best) open source Objective-C HTTP library
  • Cheddar for iOS - a commercial todo app that uses AFNetworking and Core Data
  • SSKeychain - an Objective-C wrapper for iOS and OS X keychain services
  • ReactiveCocoa - functional reactive programming for Objective-C
  • SuperDB - a dynamic remote debugger for iOS apps
  • PonyDebugger - a remote debugger for iOS apps that uses the WebKit inspector
  • GHUnit - additions to the standard unit testing frameworks
  • Nimbus - a well-maintained kitchen sink library
  • Three20 - a poorly maintained kitchen sink library
  • CocoaPods - a package manager for third party iOS libraries and frameworks

Blogs & Newsletters

About

A sample project for ADI DevFest 2013.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published