iOSPalette icon indicating copy to clipboard operation
iOSPalette copied to clipboard

这个地方会引起数组越界崩溃

Open Liaoworking opened this issue 6 years ago • 5 comments

image image 麻烦解决一下

Liaoworking avatar Dec 03 '18 05:12 Liaoworking

find the same crash, I try to avoid it

HelloiWorld avatar May 17 '19 03:05 HelloiWorld

+1

liaojinxing avatar Jul 05 '19 06:07 liaojinxing

同上

petyou avatar May 13 '20 06:05 petyou

我的解决方案是加一个防空判断,平稳运行一年多,最多应该就是特殊情况下颜色会奇怪一点。 if (_distinctColors.count >= i + 1) { color = [_distinctColors[i] integerValue]; }

Liaoworking avatar May 13 '20 08:05 Liaoworking

他这个出现这种情况估计就是因为全局的 hist 导致的

petyou avatar May 13 '20 08:05 petyou