@@ -1676,6 +1676,7 @@
UILabel *title_lb = [[UILabel alloc] initWithFrame:CGRectMake(10, 0, CGRectGetWidth(header.bounds) - 10, 50.0f)];
title_lb.autoresizingMask = UIViewAutoresizingFlexibleWidth;
title_lb.font = [UIFont systemFontOfSize:25.0f];
+ title_lb.textColor = [UIColor whiteColor];
[header addSubview:title_lb];
title_lb.text = [self titleForSection:section];