Binding equivalent for UIKit? #1245
Replies: 1 comment
-
Closing since the equivalent is using Combine and anything mentioned in this discussion reflects the older way of handling binding. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed in isowords' settingsReducer that it utilizes BindingAction quite a bit, which is rather nifty since it saves the number of actions one has to add in the SettingsAction enum (i.e. SettingsAction.binding(<a/b/c/>) is 1 action vs SettingsAction.a, SettingsAction.b, SettingsAction.c is 3 actions).
Is there an equivalent BindingAction that exists in UIKit? If not, am I taking the right approach in UIKit to update the app color scheme?
Beta Was this translation helpful? Give feedback.
All reactions