[iOS] IPad cell selection colour changed
This commit is contained in:
parent
2b3240ca7b
commit
70e5376097
1 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,13 @@
|
|||
green:27.f/255.f
|
||||
blue:27.f/255.f
|
||||
alpha:1.f];
|
||||
|
||||
UIView * bgColorView = [[UIView alloc] init];
|
||||
bgColorView.backgroundColor = [UIColor colorWithRed:253.f/255.f
|
||||
green:241.f/255.f
|
||||
blue:43.f/255.f
|
||||
alpha:1.f];
|
||||
self.selectedBackgroundView = bgColorView;
|
||||
[self.contentView addSubview:self.topSeparator];
|
||||
[self.contentView addSubview:self.bottomSeparator];
|
||||
}
|
||||
|
|
Reference in a new issue