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

crash with move item from section1 to section2, #103

Open
CYZZ opened this issue Jun 1, 2016 · 1 comment
Open

crash with move item from section1 to section2, #103

CYZZ opened this issue Jun 1, 2016 · 1 comment

Comments

@CYZZ
Copy link

CYZZ commented Jun 1, 2016

can you show demo with move item from setion1 to section2 ,and when didselected in section1 cell move cell to section2,or dissected section2 cell move item from section2 to section1;THX

@Aozorany
Copy link

Aozorany commented Apr 1, 2017

If you don't need to move cell between sections, you can just add
if (newIndexPath.section != previousIndexPath.section) { return; }
in - (void)invalidateLayoutIfNecessary

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

2 participants