UIImageView-PlayGIF icon indicating copy to clipboard operation
UIImageView-PlayGIF copied to clipboard

一个小bug

Open gyjzh opened this issue 8 years ago • 1 comments

  • (void)stopGIFView:(YFGIFImageView *)view{ [_gifViewHashTable removeObject:view]; if (_gifViewHashTable.count<1 && !_displayLink) { [self stopDisplayLink]; } } _displayLink应该保证非空吧,否则下面的 [self stopDisplayLink]就完全没有意义了

gyjzh avatar Oct 17 '16 02:10 gyjzh

我也恰巧看到了这个问题 @yfme @gyjzh

keshiim avatar Jun 16 '17 06:06 keshiim