mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-05-16 18:09:29 +08:00
Remove cell style declaration in subclasses
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
{
|
||||
[super cellDidLoad];
|
||||
self.textLabel.backgroundColor = [UIColor clearColor];
|
||||
self.selectionStyle = self.tableViewManager.style.defaultCellSelectionStyle;
|
||||
|
||||
_textField = [[UITextField alloc] initWithFrame:CGRectNull];
|
||||
_textField.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter;
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
{
|
||||
[super cellDidLoad];
|
||||
self.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
|
||||
self.selectionStyle = self.tableViewManager.style.defaultCellSelectionStyle;
|
||||
|
||||
_valueLabel = [[UILabel alloc] initWithFrame:CGRectNull];
|
||||
_valueLabel.font = [UIFont systemFontOfSize:17];
|
||||
|
||||
Reference in New Issue
Block a user