Post

Replies

Boosts

Views

Activity

Reply to Swift UI TableColumn with Int data
Note that the only version which works is the one without the value parameter: TableColumn("Rank") { model in Text("\(model.rank)") } If you include the value, even if you also use the housing data item, you'll still get the KeyPathComparator error.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’24
Reply to NSApplicationDelegate openURLs never called
Did you work out what was happening? I've run into the same perplexing behavior.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to Swift UI TableColumn with Int data
Note that the only version which works is the one without the value parameter: TableColumn("Rank") { model in Text("\(model.rank)") } If you include the value, even if you also use the housing data item, you'll still get the KeyPathComparator error.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’24