Image Search using Flickr API. Build using Swift 5 & Clean Swift Architecture
AlamofireImage(~>4.1) for image caching and downloading. Integrated using Pods
Go to project's root folder on Terminal and run $pod install. Open the FlickrImages.xcworkspace that was created to run on simulator
Xcode 11.0 or later
iOS 13.0 or later
Removing storyboards
Building our own image caching library
Replacing Pods with Carthage to enhance build time
Adding Test Cases
Scenes: Contains code for multiple different scenes
ListImages: Corresponds to one scene. Contains 'Clean Swift' architecture components pertaining to ListImages
CustomViews: Custom views/cells needed for this scene