I am creating a custom SwipeableCell to left/right. I want to detect touch outside of current cell to return it to default state. How can I do that?
Picture of my program
I know how to return cell to default state, but I don't know how to detect touch.