Back to Browse

Tutorial: Creating an Album Viewer using SwiftUI, iTunes API, AsyncImage & URLSession 2024

323 views
Feb 14, 2024
13:48

In this tutorial, you'll learn how to pull data from the Apple iTunes API, and display it in a SwiftUI application. We use Codable to convert the iTunes data from JSON to Swift data types. One of the issues covered is that one of the JSON responses will "break" Codable, therefore we cover one of many strategies to deal with that situation. Check out the ResilientDecoding library on Github from Airbnb to robustly handle decoding issues.

Download

0 formats

No download links available.

Tutorial: Creating an Album Viewer using SwiftUI, iTunes API, AsyncImage & URLSession 2024 | NatokHD