UILabel 텍스트 색상을 변경할 수 없습니다. UILabel 텍스트 색상을 변경하고 싶지만 색상을 변경할 수 없습니다. 이것이 제 코드의 모습입니다. UILabel *categoryTitle = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, 46, 16)]; categoryTitle.text = @"abc"; categoryTitle.backgroundColor = [UIColor clearColor]; categoryTitle.font = [UIFont systemFontOfSize:12]; categoryTitle.textAlignment = UITextAlignmentCenter; categoryTitle.adjustsFontSizeToFitWidth = ..