Change background color of account cell in side menu

This commit is contained in:
Benoit Martins 2023-08-25 17:03:27 +02:00 committed by QuentinArguillere
parent 6f88231cdd
commit 2c47087a80

View file

@ -169,7 +169,6 @@
cell.transform = CGAffineTransformMakeScale(-1.0, 1.0);
cell.textLabel.transform = CGAffineTransformMakeScale(-1.0, 1.0);
cell.imageView.transform = CGAffineTransformMakeScale(-1.0, 1.0);
cell.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"color_G.png"]];
} else {
SideMenuEntry *entry = [_sideMenuEntries objectAtIndex:indexPath.row];
cell.imageView.image = entry->img;