marinofaggiana пре 6 година
родитељ
комит
defc9238c3
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      iOSClient/Brand/Intro/CCIntro.m

+ 7 - 0
iOSClient/Brand/Intro/CCIntro.m

@@ -138,6 +138,13 @@
     
     // Pages
     
+    /*
+    EAIntroPage *page1 = [EAIntroPage pageWithCustomViewFromNibNamed:@"NCIntroPage1"];
+    page1.customView.backgroundColor = [[NCBrandColor sharedInstance] customer];
+    UILabel *titlePage1 = (UILabel *)[page1.customView viewWithTag:1];
+    titlePage1.text = NSLocalizedString(@"_intro_1_title_", nil);
+    */
+    
     EAIntroPage *page1 = [EAIntroPage page];
 
     page1.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro1"]];