+ (UIColor*)hll_backgroundColorForIndex:(NSUInteger)index
{
index = index % [self hll_backgroundColors].count;
UIColor *color = [self hll_backgroundColors][index];
NSAssert(nil != color, @"nil color");
return color;
}
这是我在 [self hill backgroundColors][index] 处显示错误的代码