发个广告:ios开发两年了,一步步走来,从小白到大白,有自己的新的体验 关注公众号一起进步,有技术、工具分享
tableView 属性 scrollerView
不现实cell分割线 [self.ui_tableView setSeparatorStyle:UITableViewCellSeparatorStyleNone];
右边的小箭头:cell.accessoryType=UITableViewCellAccessoryDisclosureIndicator;
//取消选中项 [tableView deselectRowAtIndexPath:[tableView indexPathForSelectedRow] animated:YES];
cell.selectedBackgroundView.backgroundColor = [UIColor clearColor];
[cell setSelectionStyle:UITableViewCellSelectionStyleNone];
本文分享了作者两年iOS开发的经验,包括如何使用UITableView设置cell样式、取消选中效果等实用技巧。
4618

被折叠的 条评论
为什么被折叠?



