PicturePinch is test app that can browse photoalbums and photo's from a test API
The goal was to write a clean and basic app, and make it look okay within a short amount of time.
You can browse albums and the contents of an album. CleanSwift was used for 2 scenes, but routing was not implemented. Unit tests are the minimum, just for json parsing.
3rd party frameworks and libaries used:
- Alamofire for API calls
- AlamofireImage for simple image caching and downloading
- Realm to make the albums and pictures persistent
- SwiftyJSON for easy and type-safe json parsingThe PODS directory is ignored in the .gitignore file, because Github's file size limit.

