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"]];