diff --git a/XBMC Remote/PosterHeaderView.m b/XBMC Remote/PosterHeaderView.m index 2a313cd84..fc7130cb4 100644 --- a/XBMC Remote/PosterHeaderView.m +++ b/XBMC Remote/PosterHeaderView.m @@ -22,11 +22,7 @@ - (id)initWithFrame:(CGRect)frame { if (self) { self.clipsToBounds = NO; self.restorationIdentifier = @"posterHeaderView"; - - // Draw gray bar as section header background - UIView *sectionView = [[UIView alloc] initWithFrame:self.bounds]; - sectionView.backgroundColor = [Utilities getGrayColor:44 alpha:1.0]; - [self insertSubview: sectionView atIndex:0]; + self.backgroundColor = [Utilities getGrayColor:44 alpha:1.0]; // Draw text into section header if (self.frame.size.height > 20) {