Today we looked at @ObservedObect
for binding class data to SwiftUI (useful for passing data between views), sheet()
(presenting views), and onDelete()
(removing items from a List). Also UserDefaults
and Codable
which I use in my apps and they are the same in SwiftUI.