我正在尝试仅为我的分组UITableView
使用xib文件设置剖面高度。
xib文件中有字段,其中可以设置页脚和页眉的高度:
我没有实现方法:
- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section;
- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section;
它适用于ios 6,但ios 7大小的页眉和页脚与xib文件无关。