UITableView移除某行的分割线和让分割线宽度为cell的宽度
摘要:1、移除 UITableView 某一行的分割线 所谓移除,其实就是使其偏移出 cell 的显示范围,看不到即移除。 方法1: 移除系统的分割线,自己定义每行的分割线 self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
阅读全文
posted @ 2017-08-11 14:59
浙公网安备 33010602011771号