iOS APP细节处理

来源:互联网 发布:蝙蝠侠大战超人 知乎 编辑:程序博客网 时间:2024/04/30 07:07

去除多余的未使用的空白cell

self.tableView.tableFooterView = [[UIViewalloc] init];


设置cell不让选中

cell.selectionStyle =NO;


设置当没有内容加载出来是,显示一个没有数据的图片

self.tableView.backgroundView = [[UIImageViewalloc] initWithImage:[UIImageimageNamed:@"noContent"]];


分割线样式设置,iOS8之后分割线往右移动了15个像素,参考上一篇文章



0 0
原创粉丝点击