2011年12月27日

摘要: UITableView titleForHeader默认的文字都是灰色加阴影的,如果换了其它BackgroundImage的话,就不搭了。修改方法如下:复制代码- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {NSString *HeaderString = nil;switch (section) {case 0:HeaderString = [NSString stringWithFormat:@"Header Text 1"];break; 阅读全文
posted @ 2011-12-27 11:29 LUxiang 阅读(350) 评论(0) 推荐(0)

导航