tableview 去掉分割线线和右侧滚动条

来源:互联网 发布:组合优化问题 编辑:程序博客网 时间:2024/04/29 18:56
/** 去除tableview 右侧滚动条 */
 _tableView.showsVerticalScrollIndicator = NO;
/** 去掉分割线 */
_tableView.separatorStyle = UITableViewCellSeparatorStyleNone;

0 0
原创粉丝点击