浏览代码

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]];