forked from mirrors/linphone-iphone
Change background color of account cell in side menu
This commit is contained in:
parent
6f88231cdd
commit
2c47087a80
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue