From ae7f752b61ee52f6cb1b3fc5be5e0e9326ef51e4 Mon Sep 17 00:00:00 2001 From: Wukong Su Date: Sat, 7 Feb 2015 13:05:08 +0800 Subject: [PATCH] robot su, fix ios6's default white background --- ICETutorial/Libraries/ICETutorialController.m | 1 + 1 file changed, 1 insertion(+) 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]];