-
I'm encountering the "A binding action sent from a store was not handled" log message, but I'm stumped on where the problem is in my code. I have a demo app at https://github.com/bradhowes/tca-bindings-issue -- below is basically from the README there. When run, the demo app shows a list of tags. Long-pressinig on a tag
The code for the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
So after playing around with the CaseStudies app and the |
Beta Was this translation helpful? Give feedback.
-
Here's the code that works now based off of the
|
Beta Was this translation helpful? Give feedback.
Here's the code that works now based off of the
FocusState
feature in the CaseStudies app: