[iOS] IPad cell selection colour changed

This commit is contained in:
Kirill Zhdanovich 2013-08-12 17:39:43 +03:00
parent 2b3240ca7b
commit 70e5376097

View file

@ -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];
}