Skip to main content
Author

Görkem Güray

Industrial Automation Engineer

Recent

Day 40 - SwiftUI: Generics and Codable

·3169 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.