iOS app for searching images using Flickr API written in Swift 4.2
- Browse images from flickr with specific term
- Loading indicator while downloading image
- Fullscreen image with title
- Save image to phone gallery
- Profile screen with static information
- MVVM design pattern with binding
- Coordinators pattern
- CocoaPods dependency manager
- Programmatically UI
- External API (Flickr)
- GCD
Step 1:
git clone https://github.com/dkunin9/mvvm-flickr-autolayout
Step 2:
pod install