diff --git a/Classes/View Controllers/Player/CurrentPlaylistViewController.m b/Classes/View Controllers/Player/CurrentPlaylistViewController.m index 5af86093..93db58aa 100644 --- a/Classes/View Controllers/Player/CurrentPlaylistViewController.m +++ b/Classes/View Controllers/Player/CurrentPlaylistViewController.m @@ -60,7 +60,12 @@ - (void)viewDidLoad { self.view.backgroundColor = [UIColor colorNamed:@"isubBackgroundColor"]; self.title = @"Play Queue"; self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"Done" style:UIBarButtonItemStyleDone target:self action:@selector(dismiss:)]; - + UINavigationBarAppearance* appearance = [[UINavigationBarAppearance alloc] init]; + [appearance configureWithOpaqueBackground]; + self.navigationItem.compactAppearance = appearance; + self.navigationItem.standardAppearance = appearance; + self.navigationItem.scrollEdgeAppearance = appearance; + [self registerForNotifications]; // Setup header view