- (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为空了
(void) addCurrentImage:(UIImage*) image {
NSInteger index = [self isCurIndexInIndexPaths];
if (index == NSNotFound) {
[self.allImages addObject:image];
[self.indexPaths addObject:self.curIndexPath];
}
}
这人self。curIndexPath为空了