Jul 22, 2024 • SwiftUI, Swift Concurrency
Counter as a Service
A simple counter service implemented as a Swift Actor poses some challenges when it comes to building a UI around it.
Posts on the SwiftUI category.
Jul 22, 2024 • SwiftUI, Swift Concurrency
A simple counter service implemented as a Swift Actor poses some challenges when it comes to building a UI around it.
Nov 29, 2022 • SwiftUI, Swift Concurrency
Work around calling mutating asynchronous functions on actor-isolated properties by the way of bindings.
Nov 25, 2021 • SwiftUI, Swift Concurrency
Leverage one of SwiftUI's latest features to automatically set the focus of a text field as soon as it appears.