mirror of
https://github.com/rensbreur/SwiftTUI.git
synced 2026-04-03 00:18:31 -06:00
Are there any way to update based on external state using SwiftTUI #42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hassila on 12/13/2022
Or would an implementation of @ObservedObject be required to do that properly?
Basically I'd like to update state either on a timer or on a user action such as a button press...