如何在ios 7的xib文件中为UITableView设置页眉和页脚的高度

时间:2014-03-18 10:00:42

标签: ios uitableview ios7

我正在尝试仅为我的分组UITableView使用xib文件设置剖面高度。 xib文件中有字段,其中可以设置页脚和页眉的高度:

enter image description here

我没有实现方法:

- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section;
- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section;

它适用于ios 6,但ios 7大小的页眉和页脚与xib文件无关。

0 个答案:

没有答案