Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

release or stop swiping cell after certain percentage swiped #93

Open
medinarodelsamson opened this issue May 25, 2015 · 0 comments
Open

Comments

@medinarodelsamson
Copy link

I would like to ask how can I achieve to stop or release a cell when swiping. Let's say I am at 25% on swiping a cell, I want to cell to snap back.

    - (void)swipeTableViewCell:(MCSwipeTableViewCell *)cell didSwipeWithPercentage:(CGFloat)percentage {
        if (percentage > 0.25) {
            // stop swiping or release cell
        }
    }

thanks!

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

No branches or pull requests

2 participants