释放双眼,带上耳机,听听看~!
iOS tableview 去掉分割线和右侧滚动条
/** 去除tableview 右侧滚动条 */
_tableView.showsVerticalScrollIndicator = NO;
/** 去掉分割线 */
_tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
iOS tableview 去掉分割线和右侧滚动条
/** 去除tableview 右侧滚动条 */
_tableView.showsVerticalScrollIndicator = NO;
/** 去掉分割线 */
_tableView.separatorStyle = UITableViewCellSeparatorStyleNone;