I have a list group of items I want the user to work through, meaning each item has two buttons and I want them to tap one or the other.
The challenge here is I want to only affect the current list item being interacted with.
Is there a way to isolate one item and clear it from the list?
I wanted something like: Hide Current Cell, but that doesn’t exist. Show/Hide wants to act on the entire list.
Alternatively I tried scroll-to, but didn’t find a way for it to scroll to the next item in a list, despite what the documentation says.
Any ideas?