Closed cerupcat closed 8 years ago
I'm not sure this is even necessary. Removing this fixes the crash.
for (NSIndexPath *indexPath in self.selectedIndexPaths) {
[self collectionView:self.collectionView didDeselectItemAtIndexPath:indexPath];
}
please try version 0.1.4-beta
.
This 3 lines are necessary to clear the selection and keep the "upload behaviour" consistent across the different controllers
On line 349 of FSSearchViewController.m crashes when selecting multiple images for upload.