Simple example of a Flickr app for iOS, using the MVVM architecture.
Step 1:
git clone https://github.com/markuswind/flickr-ios-mvvm
Step 2:
carthage update
Step 3:
Get API keys/secret from https://www.flickr.com/services/apps/create/apply and create a configuration.plist file.
see: SupportingFiles/Configuration.plist.example
- Showing recent photos
- Searching photos with specific term
- History of recent searches
- Lazy loading while user is scrolling
- Simple interaction for showing fullscreen images
Simple data flow used for retrieving data from the API:
MIT.


