Преглед на файлове

First steps: fix page control background color

Felix Paul Kühne преди 11 години
родител
ревизия
01be8eae4d
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      Sources/VLCFirstStepsViewController.m

+ 1 - 0
Sources/VLCFirstStepsViewController.m

@@ -43,6 +43,7 @@
     UIBarButtonItem *dismissButton = [UIBarButtonItem themedDoneButtonWithTarget:self andSelector:@selector(dismissFirstSteps)];
     self.navigationItem.rightBarButtonItem = dismissButton;
     self.title = NSLocalizedString(@"FIRST_STEPS_WELCOME", @"");
+    self.view.backgroundColor = [UIColor blackColor];
 
     [self addChildViewController:pageVC];
     [self.view addSubview:[pageVC view]];