Post

Replies

Boosts

Views

Activity

Reply to SwiftData modelContainer Error
I had something similar and I made my attributes optional; and the error was cleared . @Model final class Item { var timestamp: Date? var title: String? var actualjournal: String? var time: String? init(timestamp: Date, title: String, actualjournal: String, time: String) { self.timestamp = timestamp self.title = title self.actualjournal = actualjournal self.time = time } }
May ’24
Reply to SwiftData modelContainer Error
I had something similar and I made my attributes optional; and the error was cleared . @Model final class Item { var timestamp: Date? var title: String? var actualjournal: String? var time: String? init(timestamp: Date, title: String, actualjournal: String, time: String) { self.timestamp = timestamp self.title = title self.actualjournal = actualjournal self.time = time } }
Replies
Boosts
Views
Activity
May ’24
Reply to scrollClipDisabled not support Form
Hey , can you share the code to help get a better understanding ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Use WeatherKit in an Xcode playground?
This should work , it's maybe an Xcode issue
Replies
Boosts
Views
Activity
Jul ’23
Reply to Trademark Req. Submitted - State is 8 months behind on completing applications
I don't think Apple will approve the request , maybe you should send a letter to the government or reach out to them in another way . Again this is just what I think
Replies
Boosts
Views
Activity
Jul ’23