The Cocoacasts API returns a remote image for each episode. The problem we face is that the images are in the SVG format. SVG images are ideal for web, but the UIKit framework doesn't know how to handle the SVG format. The solution we implement in this episode uses Cloudinary, a service that manipulates and transforms media, including images. We also add Kingfisher to the mix. Kingfisher is a popular image library to download and cache remote images.
Subscribe to Cocoacasts Plus to watch this episode.
From Zero to App Store
Populating the Feed: Displaying SVG Images With Cloudinary and Kingfisher
by Bart Jacobs in Programming
Swift 5
Xcode 11
iOS 13
From Zero to App Store
-
03:31
-
10:30
-
13:26
-
9 Adopting the Coordinator Pattern
13:15
-
15 Populating the Feed: Displaying SVG Images With Cloudinary and Kingfisher
14:41