This commit is contained in:
祝发冬
2022-07-26 19:29:59 +08:00
parent 32bd4f90fb
commit bfea224e9e
6 changed files with 44 additions and 13 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
clearView.frame=self.bounds;
[self setSelectedBackgroundView:clearView];
self.backgroundView=[[UIImageView alloc]initWithImage:[UIImage imageNamed:@"set_cellBack"]];
self.backgroundView=[[UIImageView alloc]initWithImage:[UIImage imageNamed:@"topround"]];
//可用下面替换
// self.selectionStyle = UITableViewCellSelectionStyleNone;