Browse Source

remove skip button on intro

Marino Faggiana 7 năm trước cách đây
mục cha
commit
c228a088f6
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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];