Browse Source

remove skip button on intro

Marino Faggiana 7 years ago
parent
commit
c228a088f6
1 changed files with 2 additions and 1 deletions
  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];