You can watch this episode by subscribing to Cocoacasts Plus.
From Zero to App Store
Populating the Feed: Displaying SVG Images With Cloudinary and Kingfisher
From Zero to App Store
1 | Introduction 03:31 |
---|---|
2 | Defining a Minimum Viable Product 06:53 |
3 | Setting Up the Project Plus 10:30 |
4 | Code Signing With fastlane Plus 13:26 |
5 | Working With Multiple Environments in Xcode Plus 15:54 |
6 | Adding Flexibility With a Root View Controller Plus 12:43 |
7 | Adding Powerful Logging With CocoaLumberjack Plus 10:39 |
8 | Forwarding Logs to a Remote Server With CocoaLumberjack Plus 07:54 |
9 | Adopting the Coordinator Pattern Plus 13:15 |
10 | Populating the Feed: Prototyping in a Playground Plus 10:24 |
11 | Populating the Feed: Creating the API Client Plus 09:16 |
12 | Populating the Feed: Integrating the API Client Plus 09:44 |
13 | Populating the Feed: Building the User Interface Plus 14:49 |
14 | Populating the Feed: Conforming to the MVVM Pattern Plus 06:34 |
15 | Populating the Feed: Displaying SVG Images With Cloudinary and Kingfisher Plus 14:41 |
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.
Purchase Course
Purchase From Zero to App Store and access it whenever you want and for as long as you want.
Join Cocoacasts Plus
Join Cocoacasts Plus and access every 350+ tutorials including From Zero to App Store.