I have a grouped type table view and it looks pretty cool.
But, if I change the background color of the table to black, the titles becomes unclear.
Is it pos
if ([UIDevice currentDevice].systemVersion.floatValue > 7.0) { [[UILabel appearanceWhenContainedIn:[UITableViewHeaderFooterView class], nil] setTextColor:[UIColor whiteColor]]; }