9:58
Swift Tutorial: arrays (adding, inserting, removing, count, capacity, array of structs)
In this Swift tutorial video we'll look at arrays, specifically declaring, initializing, adding and replacing items, insert, replace, remove ...
1:50
Swift Codable/Decodable: How to Decode an Array of Strings Easily
In this video, we dive into the powerful Swift Codable and Decodable protocols, focusing on how to effortlessly decode an array of ...
2:21
Swift 4 Coding and Decoding JSON object with the Codable protocols
In this new tutorial, you'll learn how to: decode a json object do a custom decoding encode a swift struct to json You'll learn the ...
5:04
Archiving Swift objects with Codable – iExpense SwiftUI Tutorial 6/11
Download the completed project here: https://github.com/twostraws/hackingwithswift Other parts in Project 7: Introduction: ...
7:00
(OLD) Adding Codable conformance for @Published properties – Cupcake Corner SwiftUI Tutorial 1/8
In this project we cover how to make a type conform to Codable when it has @Published properties, how to send and receive ...
11:32
Loading a specific kind of Codable data – Moonshot SwiftUI Tutorial 6/11
Download the completed project here: https://github.com/twostraws/hackingwithswift Other parts in Project 8: Introduction: ...
4:32
Swift Codable: Same Variable With Multiple Types
Learn how to write a reusable propertyWrapper to parse a variable from different types. Patreon: ...
7:24
In this video, Mohammad Azam will demonstrate codable ranges feature of Swift 5 programming language. Check out my Udemy ...
3:31
Codable in Swift: Master JSON in Minutes | Swift Protocols Unwrapped
In this segment of Swift Protocols: Unwrapped, we cover Codable, Swift's powerful protocol that lets your data models speak JSON ...
9:21
(OLD) Sending and receiving Codable data with URLSession and SwiftUI – Cupcake Corner 2/8
In this project we cover how to make a type conform to Codable when it has @Published properties, how to send and receive ...
20:32
Ch. 5.7 Saving Data to the App's FileDirectory with Codable
We continue the To Do List app, making sure our custom struct conforms to Codable, creating a JSONEncoder, saving data to the ...
16:43
How To Use Codable in Swift (Codable Swift)
How To Use Codable in Swift (Codable Swift) Subscribe to the tundsdev YouTube channel ...
4:40
Working with hierarchical Codable data – Moonshot SwiftUI Tutorial 4/11
Download the completed project here: https://github.com/twostraws/hackingwithswift Other parts in Project 8: Introduction: ...
3:23
Today's Topic: Swift 4 Codable Array's Thanks for taking the time to learn more. In this video I'll go through your question, provide ...
3:51
(OLD) Archiving Swift objects with Codable – iExpense SwiftUI Tutorial 6/11
In this technique project we build an expense tracking app with two views, ObservableObject, Codable, and UserDefaults. This is ...
16:09
Merging Codable structs – Moonshot SwiftUI Tutorial 10/11
Download the completed project here: https://github.com/twostraws/hackingwithswift Other parts in Project 8: Introduction: ...
2:12:25
Swift Codable in TelemetryDeck
We're deep into Swift Codable territory as we try to convert SQL into the TelemetryDeck Query Language.
4:52
Adding Codable conformance to an @Observable class – Cupcake Corner SwiftUI Tutorial 4/9
Download the completed project here: https://github.com/twostraws/hackingwithswift Other parts in Project 10: Introduction: ...
38:25
You can download the Demo project from below Link: https://github.com/SaurabhBisht/CodableProtocol Playground Link: ...
5:10
(OLD) Loading a specific kind of Codable data – Moonshot SwiftUI Tutorial 5/10
In this project we build a multi-screen user interface for letting users explore the history of the Apollo space program. This is part of ...