Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug when there are multiple right buttons and fillOnTrigger is YES #11

Closed
subhashdaga opened this issue Sep 10, 2014 · 3 comments
Closed

Comments

@subhashdaga
Copy link

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.

@jorisroling
Copy link

I have the same issue. (second image is after swiping it full to the left, and then swipe again)

screen shot 2014-09-15 at 10 57 34

screen shot 2014-09-15 at 10 57 54

MortimerGoro pushed a commit that referenced this issue Sep 25, 2014
@MortimerGoro
Copy link
Owner

Fixed. Thanks for the info!

@subhashdaga
Copy link
Author

Thanks for fixing this! Works great now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants