Benny-iPhone

Results 1 comments of Benny-iPhone

this is how I fixed the code, the idea is to find if removeIndexes and changedIndexes has any union. ``` - (void)photoLibraryDidChange:(PHChange *)changeInstance { __weak typeof(self) weakSelf = self; dispatch_async(dispatch_get_main_queue(),...