Flickr Search Application using Swift 5, VIPER Architecture, URLSession Wrapper and OperationQueue for Image Downloading and URLCache for Image Caching
This Application is based on VIPER architecture for clean separation of different layers.
This application use URLSession based API
Image downloading is using URLSession along with Operation subclass tied to OperationQueue for easy management of image downloading.