You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neither of these buttons delete the cell. If you swipe the cell all the way to left and then try swiping again, you will see only 1 button instead of 2.
The text was updated successfully, but these errors were encountered:
I have multiple right buttons as follows -
cell.rightButtons = @[[MGSwipeButton buttonWithTitle:@"Call" backgroundColor:[UIColor redColor]],
[MGSwipeButton buttonWithTitle:@"Email" backgroundColor:[UIColor blueColor]]];
cell.rightExpansion.fillOnTrigger = YES;
cell.rightExpansion.buttonIndex = 0;
Neither of these buttons delete the cell. If you swipe the cell all the way to left and then try swiping again, you will see only 1 button instead of 2.
The text was updated successfully, but these errors were encountered: