UIImageView-PlayGIF
UIImageView-PlayGIF copied to clipboard
一个小bug
- (void)stopGIFView:(YFGIFImageView *)view{ [_gifViewHashTable removeObject:view]; if (_gifViewHashTable.count<1 && !_displayLink) { [self stopDisplayLink]; } } _displayLink应该保证非空吧,否则下面的 [self stopDisplayLink]就完全没有意义了
我也恰巧看到了这个问题 @yfme @gyjzh