0
+ (UIColor*)hll_backgroundColorForIndex:(NSUInteger)index
{
index = index % [self hll_backgroundColors].count;
UIColor *color = [self hll_backgroundColors][index];
NSAssert(nil != color, @"nil color");
return color;
}
[자기 언덕의 BackgroundColors]에서이 내 코드가 표시되고 오류가 [인덱스]예상 방법은 유형의 개체를 찾을 수 없습니다 '있는 NSArray *'