Y
Hacker News
new
|
ask
|
show
|
jobs
by
qaq
2231 days ago
SwiftUI lacks many basic widgets like table.
2 comments
cerberusss
2231 days ago
To specify, it does contain what SwiftUI calls a List. And each row in the list can of course contain a number of widgets, so you can approximate a table.
However for the desktop, a good real table, with columns, would be nice.
link
qaq
2231 days ago
Creating a quality table widget would likely take more resources than the app in many cases
link
dep_b
2231 days ago
A CollectionView alternative you probably mean?
link
However for the desktop, a good real table, with columns, would be nice.