-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
-
(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为空了
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels