David Bureš on Nostr: npub1gqn4m…q0pj6 You’re right, it makes more sense. Thanks for the tip! Can I ...
npub1gqn4mglfftd6292303jp2r060qwy69mpgdfprlumsuhf68wft27sxq0pj6 (npub1gqn…0pj6) You’re right, it makes more sense. Thanks for the tip!
Can I have another question? This is more about best practices than anything to do with SwiftData
In SavedTrip, I have an optional endDate (I think the optional makes sense here, since people might not have a specific end date in mind). I would like to have a DatePicker bound to this optional endDate, to let people pick the end date, but also make it possible to not have that date and leave it nil. How can I do this?
Can I have another question? This is more about best practices than anything to do with SwiftData
In SavedTrip, I have an optional endDate (I think the optional makes sense here, since people might not have a specific end date in mind). I would like to have a DatePicker bound to this optional endDate, to let people pick the end date, but also make it possible to not have that date and leave it nil. How can I do this?