Chris
Chris
Yes, I hit this problem too. I moved those lines to a new method -(void) viewDidLayoutSubviews which gets called after ViewDidLoad. There were a couple other small changes. It seems...
Here is a fix for the problem. I'll push it up when I get a chance. This is near the end of photoLibraryDidChange Replace: [self.collectionView reloadItemsAtIndexPaths:[changedIndexes qb_indexPathsFromIndexesWithSection:0]]; with: NSMutableIndexSet *changedWithoutRemovalsIndexes...
I created a pull request with the fix. Reopening the issue.