【发布时间】:2011-05-03 12:20:09
【问题描述】:
当覆盖(组样式)表格视图的页眉/页脚时,页眉和页脚字体应使用什么颜色以确保页眉和页脚字体与标准页眉和页脚字体一致?
ie 标题是这样加载的:
- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {
if(myHeaderView == nil) {
[[NSBundle mainBundle] loadNibNamed: @"MyHeaderView"
owner: self
options: nil];
}
return myHeaderView;
}
【问题讨论】:
-
同样的问题,但对于 iOS 7?
标签: iphone cocoa-touch ipad uikit