ios 更改UITableview中Section的字体颜色
摘要:
-(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section{ UILabel *customLabel = [[UILabel alloc] init]; customLabel.text = [self tableView:tableView titleForHeaderInSection:section]; return customLabel;} 阅读全文
posted @ 2013-10-25 11:53 Hai_阔天空 阅读(418) 评论(0) 推荐(0)
浙公网安备 33010602011771号