Recent
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 59 - SwiftUI Project-12 Challenge and Solutions
·231 words·2 mins
While this is just an introduction to what SwiftData can do, you’ve seen how it can add, delete, sort, filter and more with relatively simple code.
Day 58 - SwiftUI SwiftData: Query Sorting and Filtering, Relationship and CloudKit Synchronization
·2787 words·14 mins
Today we will work on topics such as NSPredicate, dynamically changing fetch requtes, creating relationships. The topics we will work on today;
Day 57 - SwiftUI and SwiftData
·1740 words·9 mins
In our last project we looked at using SwiftData with SwiftUI, in this project we’ll go into more detail: we’ll look at things like custom managed object subclasses and ensuring uniqueness.
Day 56 - SwiftUI Project-11 (BookWorm) Challange and Solutions
·598 words·3 mins
Congratulations on finishing another SwiftUI project! With technologies like SwiftData on your side, you can now build some serious apps that interact with the user and most importantly remember what they input.