Skip to content

大兄弟 闪退了 #3

@yj9294

Description

@yj9294
  • (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为空了

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions