Closed SharadExt closed 2 years ago
fromExpansion
argument is true when full swipe, and false when tapped on button
/**
* Called when the user clicks a swipe button or when a expandable button is automatically triggered
* @return YES to autohide the current swipe buttons
**/
-(BOOL) swipeTableCell:(nonnull MGSwipeTableCell*) cell tappedButtonAtIndex:(NSInteger) index direction:(MGSwipeDirection)direction fromExpansion:(BOOL) fromExpansion;
Thanks
How to differentiate between full swipe cell and tapped on cell from right to left ?