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

Can't compliant with CoreData + NSFetchedResultsController? #43

Open
seedante opened this issue Jul 14, 2014 · 0 comments
Open

Can't compliant with CoreData + NSFetchedResultsController? #43

seedante opened this issue Jul 14, 2014 · 0 comments

Comments

@seedante
Copy link

Hi, luke,
Thanks for your code. I get a problem when use CoreData + NSFetchedResultsController as data source instead of NSArray. I use the code:https://github.com/AshFurrow/UICollectionView-NSFetchedResultsController to make UICollectionView works with NSFetchedResultsController just like UITableView together with NSFetchedResultsController.
2014-07-14 7 24 48
2014-07-14 7 53 30

in NSFetchedResultsController, I use alphabeticPart and orderPart to sort cell, and use alphabeticPart as sectionNameKeyPath, make all same with before, just I use orderPart to sort cell in the section.
2014-07-14 7 57 26
but I drag and drop cell in the same section, i.e move B3 to B2, it likes this. Only after I [self.collection reloadData], it looks right. And I move cell to another section, it crashes. This is maybe layout information error. Now I just want to work out with first problem:after move a cell in the same section, onsreen get the same cell.
2014-07-14 7 59 35

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

No branches or pull requests

1 participant