marinofaggiana 5 lat temu
rodzic
commit
08757137d1
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      iOSClient/AppDelegate.m

+ 2 - 1
iOSClient/AppDelegate.m

@@ -118,7 +118,8 @@ PKPushRegistry *pushRegistry;
     [[UINavigationBar appearance] setBackgroundImage:[[UIImage alloc] init] forBarPosition:UIBarPositionAny barMetrics:UIBarMetricsDefault];
     [[UINavigationBar appearance] setShadowImage:[[UIImage alloc] init]];
     [UINavigationBar appearance].translucent = NO;
-
+    [[UIView appearanceWhenContainedInInstancesOfClasses:@[[UIAlertController class]]] setTintColor:[UIColor blackColor]];
+    
     // passcode
     [[BKPasscodeLockScreenManager sharedManager] setDelegate:self];