Flickr Search is a very simple iOS app built in a few hours which consumes the Flickr Search API.
Main features are:
- Infinite scroll of results based on a
UICollectionViewController. - History management of past searches.
-
Update CocoaPods dependencies, from terminal type
pod install -
Open project using
Flickr Search.xcworkspace -
Flickr API key
- Create an app or Apps by you
- Edit
AISearchClient.m
#error Add your Flickr API Key below. static NSString *const AISearchClientFlickrAPIKey = @"<YOUR_FLICKR_API_KEY>";