
iOS/tableView
Apachi---CGA
这个作者很懒,什么都没留下…
展开
-
tableView创建顶部留空白问题
在创建tableView时顶部 和 底部 都留有一定空白,不用慌,先看看你的tableVIew的样式 是UITableViewStylePlain 还是Group的 UITableViewStyleGroup本身就会在顶部和底部留有一定的空白,设置成Plain样式就没有空白了。若是已经设置成Plain样式了 还是留有空白,还有一个方法 ,可以设置tableView的contentIsert 去原创 2015-12-14 09:56:41 · 678 阅读 · 0 评论 -
设置圆角 cell
iOS 设置tableView每个分区cell圆角- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell*)cell forRowAtIndexPath:(NSIndexPath *)indexPath{ // 圆角弧度半径转载 2016-07-12 14:26:44 · 499 阅读 · 0 评论