1
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
self = [super initWithStyle:style reuseIdentifier:reuseIdentifier];
|
||||
if (self) {
|
||||
self.selectionStyle = UITableViewCellSelectionStyleNone;
|
||||
self.backgroundColor = [UIColor whiteColor];
|
||||
self.backgroundColor = [UIColor clearColor];
|
||||
[self setupSubviews];
|
||||
}
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user