fix:iOS clear ListNode cell color
This commit is contained in:
parent
eabb98cee9
commit
91c3d4f630
@ -139,6 +139,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
|
||||
DoricListItemNode *listItemNode = [[DoricListItemNode alloc] initWithContext:self.doricContext];
|
||||
[listItemNode initWithSuperNode:self];
|
||||
cell.doricListItemNode = listItemNode;
|
||||
cell.backgroundColor=[UIColor clearColor];
|
||||
listItemNode.view.width = tableView.width;
|
||||
[cell.contentView addSubview:listItemNode.view];
|
||||
}
|
||||
|
Reference in New Issue
Block a user