Post

Replies

Boosts

Views

Activity

Refreshable lists with 2 columns
Is it possible to have a new SwiftUI List with 2 columns? I'm trying to replicate on iOS the Library view from the podcasts app and it looks to be impossible...
Replies
5
Boosts
0
Views
3.4k
Activity
Jun ’21
await call in didSet block
How can we call async functions in did set blocks? This code will trigger a compilation error: 'didSet' accessor cannot have specifier 'async' @Published var lastLocation: CLLocation? { didSet async { await pinPosition() } }
Replies
2
Boosts
0
Views
2.8k
Activity
Mar ’22