Post

Replies

Boosts

Views

Activity

Comment on MetalKit in SwiftUI
The call to super.init() at the end of Coordinator.init is also redundant. That call will be made implicitly in Swift.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on Async in Playground
This fixed things for me (on the latest version). You can use the new sugar as well now: Task.async { await f() }
Replies
Boosts
Views
Activity
May ’22