diff --git a/ICETutorial/Libraries/ICETutorialController.m b/ICETutorial/Libraries/ICETutorialController.m index 1efb63c..fc50451 100755 --- a/ICETutorial/Libraries/ICETutorialController.m +++ b/ICETutorial/Libraries/ICETutorialController.m @@ -87,6 +87,7 @@ - (void)setupView { [self.overlayTitle setTextColor:[UIColor whiteColor]]; [self.overlayTitle setFont:[UIFont fontWithName:@"Helvetica-Bold" size:32.0]]; [self.overlayTitle setTextAlignment:NSTextAlignmentCenter]; + self.overlayTitle.backgroundColor = [UIColor clearColor]; //robot su, fix ios6's default white background // PageControl configuration. [self.pageControl setNumberOfPages:[self numberOfPages]];