Explorar o código

remove skip button on intro

Marino Faggiana %!s(int64=7) %!d(string=hai) anos
pai
achega
c228a088f6
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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];