Bladeren bron

new settings for color

Marino Faggiana 8 jaren geleden
bovenliggende
commit
5f62ca8a5d
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      iOSClient/AppDelegate.m

+ 1 - 0
iOSClient/AppDelegate.m

@@ -227,6 +227,7 @@
 
     navigationController.topViewController.navigationItem.leftBarButtonItem = splitViewController.displayModeButtonItem;
     splitViewController.preferredDisplayMode = UISplitViewControllerDisplayModeAllVisible;
+    [CCAspect aspectNavigationControllerBar:navigationController.navigationBar encrypted:NO online:YES hidden:NO];
     
     // Settings TabBar
     [self createTabBarController];