Apologies, the following model code is also needed for the sample code to work:
@Model
final class Item {
var timestamp: Date
init(timestamp: Date) {
self.timestamp = timestamp
}
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: