YIem`s Blog -心比天高命比纸薄-链接找不到的请在站内搜索内容!
首页
关于
iOS-UI-分区头-分区脚名称设置
由 YIem 撰写于
2016-01-23
浏览:4093 评论:0 Tags: none
// 分区头名称
(NSString
)tableView:(UITableView
)tableView titleForHeaderInSection:(NSInteger)section
{
return @"头头头";
}
// 分区脚部名称
(NSString
)tableView:(UITableView
)tableView titleForFooterInSection:(NSInteger)section
{
return @"脚脚脚";
}
上一篇:
iOS-UI-TableView-分割线样式-分割线颜色-行(Cell)高
下一篇:
iOS-UI_TableView-自定义头部区域-自定义脚部区域