如何在不使用viewForHeaderInSection
创建整个标题视图的情况下更改iOS 5上表格标题的文字颜色?
答案 0 :(得分:1)
添加viewDidLoad
:
[[UILabel appearanceWhenContainedIn:[UITableViewHeaderFooterView class], nil] setTextColor:[UIColor whiteColor]];
[[UILabel appearanceWhenContainedIn:[UITableViewHeaderFooterView class], nil] setShadowColor:[UIColor clearColor]];