Explorar o código

Fix menu bar color

Felix Paul Kühne %!s(int64=9) %!d(string=hai) anos
pai
achega
a9a7343b3d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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],