MSImagePickerController icon indicating copy to clipboard operation
MSImagePickerController copied to clipboard

大兄弟 闪退了

Open yj9294 opened this issue 6 years ago • 0 comments

  • (void) addCurrentImage:(UIImage*) image { NSInteger index = [self isCurIndexInIndexPaths];

    if (index == NSNotFound) { [self.allImages addObject:image]; [self.indexPaths addObject:self.curIndexPath];

      UIView* cell = [self.collectionView cellForItemAtIndexPath:self.curIndexPath];
      [self addIndicatorButton:cell];
    

    } } 这人self。curIndexPath为空了

yj9294 avatar Oct 11 '18 10:10 yj9294