for (UILabel *label in [tableView cellForRowAtIndexPath:indexPath].contentView.subviews) {
if ([label isKindOfClass: [UILabel class]]) {
label.textColor = COLOR_DARK_GRAY_TEXT;
}
}