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

found the solution! #1

Open
tonnylitao opened this issue Sep 26, 2015 · 0 comments
Open

found the solution! #1

tonnylitao opened this issue Sep 26, 2015 · 0 comments

Comments

@tonnylitao
Copy link

sorry comment here

I found it's really frc bug in iOS8 iOS9. and the below codes works well.


.Insert {
    if indexPath == nil { //fix iOS8 bug
        //do insert
   }
}
break;
..
.Move {
    if indexPath.row != newIndexPath.row || indexPath.section != newIndexPath.section { //fix iOS9 bug
        //do move
   }
}

https://forums.developer.apple.com/thread/12184
https://forums.developer.apple.com/thread/4999

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

1 participant