Sfoglia il codice sorgente

Fix menu bar color

Felix Paul Kühne 9 anni fa
parent
commit
a9a7343b3d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      VLC for Apple TV/AppleTVAppDelegate.m

+ 1 - 1
VLC for Apple TV/AppleTVAppDelegate.m

@@ -61,7 +61,7 @@
     _settingsTableVC = [[VLCSettingsTableViewController alloc] initWithNibName:nil bundle:nil];
 
     _mainViewController = [[UITabBarController alloc] init];
-    _mainViewController.tabBar.backgroundColor = [UIColor VLCOrangeTintColor];
+    _mainViewController.tabBar.barTintColor = [UIColor VLCOrangeTintColor];
 
     _mainViewController.viewControllers = @[[[UINavigationController alloc] initWithRootViewController:_localNetworkVC],
                                             [[UINavigationController alloc] initWithRootViewController:_cloudServicesVC],