我有一个 UItableView 在其中加载 RSS。我想在表格视图中的每个单元格之间留一个空格,并为每个单元格设置圆角,以产生如下效果:
问题是我似乎找不到工作代码。使用:
- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
{
return 10.; // you can have your own choice, of course
}
仅在 UITableView 顶部添加空间...