Closed jostster closed 5 months ago
@jostster
so if we add logic to check if a cell is already swiped, the state is still
.untouched
.
What do u mean? Plz share the code...
is just comparing the tag's with the id
Not quite so... see the logic in this code .valueChanged(of: dragGestureActive)
in SwipeActions.swift
@jostster yeap, confirmed, try to fix it =)
fix in 0.3.4
Shouldn't the
state
forSwipeState
update when a cell is swiped? It looks like the code is just comparing the tag's with theid
so if we add logic to check if a cell is already swiped, the state is still.untouched
.