瀏覽代碼

remove skip button on intro

Marino Faggiana 7 年之前
父節點
當前提交
c228a088f6
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      iOSClient/Brand/Intro/CCIntro.m

+ 2 - 1
iOSClient/Brand/Intro/CCIntro.m

@@ -134,7 +134,8 @@
 
     
     EAIntroView *intro = [[EAIntroView alloc] initWithFrame:self.rootView.bounds andPages:@[page1, page11, page2, page3]];
-    //intro.backgroundColor = [UIColor whiteColor];
+
+    intro.skipButton = nil;    
     intro.tapToNext = YES;
     intro.pageControl.pageIndicatorTintColor = [UIColor lightGrayColor];
     intro.pageControl.currentPageIndicatorTintColor = [UIColor blackColor];