RMFlickr is a simple iPhone app written in Swift that displays a list of photo thumbnails fetched from the Flickr API. The app displays the the latest public photos uploaded to Flickr in a scrollable table view. When the user selects a photo from the table, a second screen with a larger photo is opened up.
This program was developed with iOS version 12.1, Xcode version 10.1, and Swift 4.1.
Cocoapods is used for dependency management. Alamofire is used for HTTP networking. SDWebImage is used for asynchronous image downloading and caching.
Be sure to open the .xcworkspace rather than the .xcodeproj in order to compile and run the project.
Fill in the apiKey variable with your own API key.
MIT license as described in the LICENSE file. App icon powered by LogoMakr.com.