Skip to main content
  1. Tags/

Codable

2024


Day 60 - SwiftUI JSON Custom Codable Key and FriendFace Milestone Project

·2399 words·12 mins
Custom Codable Keys #When our JSON data matches the types we design, Codable works perfectly. In fact, it’s usually enough that we don’t do anything more than add the Codable compatibility - the Swift compiler will automatically generate everything we need.

Day 47 - SwiftUI Milestone: Projects 7-9 Challange

·434 words·3 mins
In this challenge we will build a complete app from scratch on our own. This time our goal is to create a habit tracker app for people who want to keep track of how much they do certain things.

Day 40 - SwiftUI: Generics and Codable

·3168 words·15 mins
In today’s article, we will look at Codable in more detail. We will also look at Generics, which allow us to create highly reusable code.

Day 37 - SwiftUI: Let's Build the iExpense App

·3651 words·18 mins
In this section we will build our iExpense application using @Observable, sheet(), Codable, UserDefaults. @Observable : Monitors a class for changes and refreshes all affected views.