|
@@ -63,11 +63,11 @@
|
|
|
page1.title = [CCUtility localizableBrand:@"_intro_01_" table:@"Intro"]; // "BENVENUTO"
|
|
|
page1.titlePositionY = titlePositionY;
|
|
|
page1.titleColor = COLOR_GRAY;
|
|
|
- page1.titleFont = RalewayMedium(20.0f);
|
|
|
+ page1.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page1.desc = [CCUtility localizableBrand:@"_intro_02_" table:@"Intro"];
|
|
|
page1.descPositionY = descPositionY;
|
|
|
page1.descColor = COLOR_GRAY;
|
|
|
- page1.descFont = RalewayLight(14.0f);
|
|
|
+ page1.descFont = [UIFont systemFontOfSize:14];
|
|
|
#ifdef CC
|
|
|
page1.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro1"]];
|
|
|
page1.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
@@ -82,10 +82,10 @@
|
|
|
EAIntroPage *page2 = [EAIntroPage page];
|
|
|
page2.title = [CCUtility localizableBrand:@"_intro_03_" table:@"Intro"]; // "CHIAVE DI CRIPTAZIONE"
|
|
|
page2.titlePositionY = titlePositionY;
|
|
|
- page2.titleFont = RalewayMedium(20.0f);
|
|
|
+ page2.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page2.desc = [CCUtility localizableBrand:@"_intro_04_" table:@"Intro"];
|
|
|
page2.descPositionY = descPositionY;
|
|
|
- page2.descFont = RalewayLight(14.0f);
|
|
|
+ page2.descFont = [UIFont systemFontOfSize:14];
|
|
|
#ifdef CC
|
|
|
page2.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro2"]];
|
|
|
page2.bgImage = [UIImage imageNamed:@"bggrigio"];
|
|
@@ -104,9 +104,9 @@
|
|
|
EAIntroPage *page3 = [EAIntroPage page];
|
|
|
page3.title = [CCUtility localizableBrand:@"_intro_05_" table:@"Intro"]; // ACCEDI
|
|
|
page3.titlePositionY = titlePositionY;
|
|
|
- page3.titleFont = RalewayMedium(20.0f);
|
|
|
+ page3.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page3.descPositionY = descPositionY;
|
|
|
- page3.descFont = RalewayLight(14.0f);
|
|
|
+ page3.descFont = [UIFont systemFontOfSize:14];
|
|
|
#ifdef CC
|
|
|
page3.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro3"]];
|
|
|
page3.bgImage = [UIImage imageNamed:@"bgarancio"];
|
|
@@ -128,11 +128,11 @@
|
|
|
page4.title = [[CCUtility localizableBrand:@"_intro_07_" table:@"Intro"] uppercaseString]; // "CRYPTO CLOUD" - "NEXTCLOUD"
|
|
|
page4.titlePositionY = titlePositionY;
|
|
|
page4.titleColor = COLOR_GRAY;
|
|
|
- page4.titleFont = RalewayMedium(20.0f);
|
|
|
+ page4.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page4.desc = [CCUtility localizableBrand:@"_intro_08_" table:@"Intro"];
|
|
|
page4.descPositionY = descPositionY;
|
|
|
page4.descColor = COLOR_GRAY;
|
|
|
- page4.descFont = RalewayLight(14.0f);
|
|
|
+ page4.descFont = [UIFont systemFontOfSize:14];
|
|
|
#ifdef CC
|
|
|
page4.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro4"]];
|
|
|
page4.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
@@ -147,10 +147,10 @@
|
|
|
EAIntroPage *page5 = [EAIntroPage page];
|
|
|
page5.title = [CCUtility localizableBrand:@"_intro_09_" table:@"Intro"]; // "OFFLINE & LOCAL"
|
|
|
page5.titlePositionY = titlePositionY;
|
|
|
- page5.titleFont = RalewayMedium(20.0f);
|
|
|
+ page5.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page5.desc = [CCUtility localizableBrand:@"_intro_10_" table:@"Intro"];
|
|
|
page5.descPositionY = descPositionY;
|
|
|
- page5.descFont = RalewayLight(14.0f);
|
|
|
+ page5.descFont = [UIFont systemFontOfSize:14];
|
|
|
#ifdef CC
|
|
|
page5.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro5"]];
|
|
|
page5.bgImage = [UIImage imageNamed:@"bgarancio"];
|
|
@@ -169,10 +169,10 @@
|
|
|
EAIntroPage *page6 = [EAIntroPage page];
|
|
|
page6.title = [CCUtility localizableBrand:@"_intro_11_" table:@"Intro"]; // "CRIPTA / DECRIPTA"
|
|
|
page6.titlePositionY = titlePositionY;
|
|
|
- page6.titleFont = RalewayMedium(20.0f);
|
|
|
+ page6.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page6.desc = [CCUtility localizableBrand:@"_intro_12_" table:@"Intro"];
|
|
|
page6.descPositionY = descPositionY;
|
|
|
- page6.descFont = RalewayLight(14.0f);
|
|
|
+ page6.descFont = [UIFont systemFontOfSize:14];
|
|
|
#ifdef CC
|
|
|
page6.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro6"]];
|
|
|
page6.bgImage = [UIImage imageNamed:@"bggrigio"];
|
|
@@ -192,11 +192,11 @@
|
|
|
page7.title = [CCUtility localizableBrand:@"_intro_13_" table:@"Intro"]; // "AGGIUNGI"
|
|
|
page7.titlePositionY = titlePositionY;
|
|
|
page7.titleColor = COLOR_GRAY;
|
|
|
- page7.titleFont = RalewayMedium(20.0f);
|
|
|
+ page7.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page7.desc = [CCUtility localizableBrand:@"_intro_14_" table:@"Intro"];
|
|
|
page7.descPositionY = descPositionY;
|
|
|
page7.descColor = COLOR_GRAY;
|
|
|
- page7.descFont = RalewayLight(14.0f);
|
|
|
+ page7.descFont = [UIFont systemFontOfSize:14];
|
|
|
#ifdef CC
|
|
|
page7.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro7"]];
|
|
|
page7.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
@@ -211,10 +211,10 @@
|
|
|
EAIntroPage *page8 = [EAIntroPage page];
|
|
|
page8.title = [CCUtility localizableBrand:@"_intro_15_" table:@"Intro"]; // "TEMPLATES"
|
|
|
page8.titlePositionY = titlePositionY;
|
|
|
- page8.titleFont = RalewayMedium(20.0f);
|
|
|
+ page8.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page8.desc = [CCUtility localizableBrand:@"_intro_16_" table:@"Intro"];
|
|
|
page8.descPositionY = descPositionY;
|
|
|
- page8.descFont = RalewayLight(14.0f);
|
|
|
+ page8.descFont = [UIFont systemFontOfSize:14];
|
|
|
#ifdef CC
|
|
|
page8.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro8"]];
|
|
|
page8.bgImage = [UIImage imageNamed:@"bgarancio"];
|
|
@@ -233,10 +233,10 @@
|
|
|
EAIntroPage *page9 = [EAIntroPage page];
|
|
|
page9.title = [CCUtility localizableBrand:@"_intro_17_" table:@"Intro"]; // "BLOCCO PASSCODE"
|
|
|
page9.titlePositionY = titlePositionY;
|
|
|
- page9.titleFont = RalewayMedium(20.0f);
|
|
|
+ page9.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page9.desc = [CCUtility localizableBrand:@"_intro_18_" table:@"Intro"];
|
|
|
page9.descPositionY = descPositionY;
|
|
|
- page9.descFont = RalewayLight(14.0f);
|
|
|
+ page9.descFont = [UIFont systemFontOfSize:14];
|
|
|
#ifdef CC
|
|
|
page9.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro9"]];
|
|
|
page9.bgImage = [UIImage imageNamed:@"bggrigio"];
|
|
@@ -256,10 +256,10 @@
|
|
|
page10.title = [CCUtility localizableBrand:@"_intro_19_" table:@"Intro"]; // "INIZIO"
|
|
|
page10.titlePositionY = titlePositionY;
|
|
|
page10.titleColor = COLOR_GRAY;
|
|
|
- page10.titleFont = RalewayMedium(20.0f);
|
|
|
+ page10.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page10.descPositionY = descPositionY;
|
|
|
page10.descColor = COLOR_GRAY;
|
|
|
- page10.descFont = RalewayLight(14.0f);
|
|
|
+ page10.descFont = [UIFont systemFontOfSize:14];
|
|
|
#ifdef CC
|
|
|
page10.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro10"]];
|
|
|
page10.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
@@ -300,11 +300,11 @@
|
|
|
page0.title = [@"Version " stringByAppendingString:version];
|
|
|
page0.titlePositionY = titlePositionY;
|
|
|
page0.titleColor = COLOR_GRAY;
|
|
|
- page0.titleFont = RalewayMedium(20.0f);
|
|
|
+ page0.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page0.desc = [CCUtility localizableBrand:@"_intro_190_00_" table:@"Intro"];
|
|
|
page0.descPositionY = descPositionY;
|
|
|
page0.descColor = COLOR_GRAY;
|
|
|
- page0.descFont = RalewayLight(14.0f);
|
|
|
+ page0.descFont = [UIFont systemFontOfSize:14];
|
|
|
page0.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"introStart"]];
|
|
|
page0.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page0.titleIconPositionY = titleIconPositionY;
|
|
@@ -314,11 +314,11 @@
|
|
|
page1.title = [CCUtility localizableBrand:@"_intro_190_01_" table:@"Intro"]; //
|
|
|
page1.titlePositionY = titlePositionY;
|
|
|
page1.titleColor = COLOR_GRAY;
|
|
|
- page1.titleFont = RalewayMedium(20.0f);
|
|
|
+ page1.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page1.desc = [CCUtility localizableBrand:@"_intro_190_02_" table:@"Intro"];
|
|
|
page1.descPositionY = descPositionY;
|
|
|
page1.descColor = COLOR_GRAY;
|
|
|
- page1.descFont = RalewayLight(14.0f);
|
|
|
+ page1.descFont = [UIFont systemFontOfSize:14];
|
|
|
page1.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro190-1"]];
|
|
|
page1.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page1.titleIconPositionY = titleIconPositionY;
|
|
@@ -328,11 +328,11 @@
|
|
|
page2.title = [CCUtility localizableBrand:@"_intro_190_03_" table: @"Intro"]; //
|
|
|
page2.titlePositionY = titlePositionY;
|
|
|
page2.titleColor = COLOR_GRAY;
|
|
|
- page2.titleFont = RalewayMedium(20.0f);
|
|
|
+ page2.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page2.desc = [CCUtility localizableBrand:@"_intro_190_04_" table: @"Intro"];
|
|
|
page2.descPositionY = descPositionY;
|
|
|
page2.descColor = COLOR_GRAY;
|
|
|
- page2.descFont = RalewayLight(14.0f);
|
|
|
+ page2.descFont = [UIFont systemFontOfSize:14];
|
|
|
page2.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro190-2"]];
|
|
|
page2.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page2.titleIconPositionY = titleIconPositionY;
|
|
@@ -342,11 +342,11 @@
|
|
|
page3.title = [CCUtility localizableBrand:@"_intro_190_05_" table: @"Intro"]; //
|
|
|
page3.titlePositionY = titlePositionY;
|
|
|
page3.titleColor = COLOR_GRAY;
|
|
|
- page3.titleFont = RalewayMedium(20.0f);
|
|
|
+ page3.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page3.desc = [CCUtility localizableBrand:@"_intro_190_06_" table: @"Intro"];
|
|
|
page3.descPositionY = descPositionY;
|
|
|
page3.descColor = COLOR_GRAY;
|
|
|
- page3.descFont = RalewayLight(14.0f);
|
|
|
+ page3.descFont = [UIFont systemFontOfSize:14];
|
|
|
page3.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro190-3"]];
|
|
|
page3.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page3.titleIconPositionY = titleIconPositionY;
|
|
@@ -356,11 +356,11 @@
|
|
|
page4.title = [CCUtility localizableBrand:@"_intro_190_07_" table: @"Intro"]; //
|
|
|
page4.titlePositionY = titlePositionY;
|
|
|
page4.titleColor = COLOR_GRAY;
|
|
|
- page4.titleFont = RalewayMedium(20.0f);
|
|
|
+ page4.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page4.desc = [CCUtility localizableBrand:@"_intro_190_08_" table: @"Intro"];
|
|
|
page4.descPositionY = descPositionY;
|
|
|
page4.descColor = COLOR_GRAY;
|
|
|
- page4.descFont = RalewayLight(14.0f);
|
|
|
+ page4.descFont = [UIFont systemFontOfSize:14];
|
|
|
page4.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro190-4"]];
|
|
|
page4.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page4.titleIconPositionY = titleIconPositionY;
|
|
@@ -370,11 +370,11 @@
|
|
|
page5.title = [CCUtility localizableBrand:@"_intro_190_09_" table: @"Intro"]; //
|
|
|
page5.titlePositionY = titlePositionY;
|
|
|
page5.titleColor = COLOR_GRAY;
|
|
|
- page5.titleFont = RalewayMedium(20.0f);
|
|
|
+ page5.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page5.desc = [CCUtility localizableBrand:@"_intro_190_10_" table: @"Intro"];
|
|
|
page5.descPositionY = descPositionY;
|
|
|
page5.descColor = COLOR_GRAY;
|
|
|
- page5.descFont = RalewayLight(14.0f);
|
|
|
+ page5.descFont = [UIFont systemFontOfSize:14];
|
|
|
page5.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro190-5"]];
|
|
|
page5.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page5.titleIconPositionY = titleIconPositionY;
|
|
@@ -384,11 +384,11 @@
|
|
|
page6.title = [CCUtility localizableBrand:@"_intro_190_11_" table: @"Intro"]; //
|
|
|
page6.titlePositionY = titlePositionY;
|
|
|
page6.titleColor = COLOR_GRAY;
|
|
|
- page6.titleFont = RalewayMedium(20.0f);
|
|
|
+ page6.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page6.desc = [CCUtility localizableBrand:@"_intro_190_12_" table: @"Intro"];
|
|
|
page6.descPositionY = descPositionY;
|
|
|
page6.descColor = COLOR_GRAY;
|
|
|
- page6.descFont = RalewayLight(14.0f);
|
|
|
+ page6.descFont = [UIFont systemFontOfSize:14];
|
|
|
page6.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro190-6"]];
|
|
|
page6.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page6.titleIconPositionY = titleIconPositionY;
|
|
@@ -398,11 +398,11 @@
|
|
|
pageEnd.title = [CCUtility localizableBrand:@"_intro_END_01_" table: @"Intro"]; //
|
|
|
pageEnd.titlePositionY = titlePositionY;
|
|
|
pageEnd.titleColor = COLOR_GRAY;
|
|
|
- pageEnd.titleFont = RalewayMedium(20.0f);
|
|
|
+ pageEnd.titleFont = [UIFont systemFontOfSize:20];
|
|
|
pageEnd.desc = [CCUtility localizableBrand:@"_intro_END_02_" table: @"Intro"];
|
|
|
pageEnd.descPositionY = descPositionY;
|
|
|
pageEnd.descColor = COLOR_GRAY;
|
|
|
- pageEnd.descFont = RalewayLight(14.0f);
|
|
|
+ pageEnd.descFont = [UIFont systemFontOfSize:14];
|
|
|
pageEnd.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"introEnd"]];
|
|
|
pageEnd.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
pageEnd.titleIconPositionY = titleIconPositionY;
|
|
@@ -432,11 +432,11 @@
|
|
|
page0.title = [@"Version " stringByAppendingString:version];
|
|
|
page0.titlePositionY = titlePositionY;
|
|
|
page0.titleColor = COLOR_GRAY;
|
|
|
- page0.titleFont = RalewayMedium(20.0f);
|
|
|
+ page0.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page0.desc = [CCUtility localizableBrand:@"_intro_191_00_" table: @"Intro"];
|
|
|
page0.descPositionY = descPositionY;
|
|
|
page0.descColor = COLOR_GRAY;
|
|
|
- page0.descFont = RalewayLight(14.0f);
|
|
|
+ page0.descFont = [UIFont systemFontOfSize:14];
|
|
|
page0.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"introStart"]];
|
|
|
page0.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page0.titleIconPositionY = titleIconPositionY;
|
|
@@ -446,11 +446,11 @@
|
|
|
page1.title = [CCUtility localizableBrand:@"_intro_191_01_" table: @"Intro"]; //
|
|
|
page1.titlePositionY = titlePositionY;
|
|
|
page1.titleColor = COLOR_GRAY;
|
|
|
- page1.titleFont = RalewayMedium(20.0f);
|
|
|
+ page1.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page1.desc = [CCUtility localizableBrand:@"_intro_191_02_" table: @"Intro"];
|
|
|
page1.descPositionY = descPositionY;
|
|
|
page1.descColor = COLOR_GRAY;
|
|
|
- page1.descFont = RalewayLight(14.0f);
|
|
|
+ page1.descFont = [UIFont systemFontOfSize:14];
|
|
|
page1.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro191-1"]];
|
|
|
page1.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page1.titleIconPositionY = titleIconPositionY;
|
|
@@ -460,11 +460,11 @@
|
|
|
page2.title = [CCUtility localizableBrand:@"_intro_191_03_" table: @"Intro"]; //
|
|
|
page2.titlePositionY = titlePositionY;
|
|
|
page2.titleColor = COLOR_GRAY;
|
|
|
- page2.titleFont = RalewayMedium(20.0f);
|
|
|
+ page2.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page2.desc = [CCUtility localizableBrand:@"_intro_191_04_" table: @"Intro"];
|
|
|
page2.descPositionY = descPositionY;
|
|
|
page2.descColor = COLOR_GRAY;
|
|
|
- page2.descFont = RalewayLight(14.0f);
|
|
|
+ page2.descFont = [UIFont systemFontOfSize:14];
|
|
|
page2.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro191-2"]];
|
|
|
page2.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page2.titleIconPositionY = titleIconPositionY;
|
|
@@ -474,11 +474,11 @@
|
|
|
page3.title = [CCUtility localizableBrand:@"_intro_191_05_" table: @"Intro"]; //
|
|
|
page3.titlePositionY = titlePositionY;
|
|
|
page3.titleColor = COLOR_GRAY;
|
|
|
- page3.titleFont = RalewayMedium(20.0f);
|
|
|
+ page3.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page3.desc = [CCUtility localizableBrand:@"_intro_191_06_" table: @"Intro"];
|
|
|
page3.descPositionY = descPositionY;
|
|
|
page3.descColor = COLOR_GRAY;
|
|
|
- page3.descFont = RalewayLight(14.0f);
|
|
|
+ page3.descFont = [UIFont systemFontOfSize:14];
|
|
|
page3.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro191-3"]];
|
|
|
page3.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page3.titleIconPositionY = titleIconPositionY;
|
|
@@ -488,11 +488,11 @@
|
|
|
page4.title = [CCUtility localizableBrand:@"_intro_191_07_" table:@"Intro"]; //
|
|
|
page4.titlePositionY = titlePositionY;
|
|
|
page4.titleColor = COLOR_GRAY;
|
|
|
- page4.titleFont = RalewayMedium(20.0f);
|
|
|
+ page4.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page4.desc = [CCUtility localizableBrand:@"_intro_191_08_" table: @"Intro"];
|
|
|
page4.descPositionY = descPositionY;
|
|
|
page4.descColor = COLOR_GRAY;
|
|
|
- page4.descFont = RalewayLight(14.0f);
|
|
|
+ page4.descFont = [UIFont systemFontOfSize:14];
|
|
|
page4.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro191-4"]];
|
|
|
page4.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page4.titleIconPositionY = titleIconPositionY;
|
|
@@ -502,11 +502,11 @@
|
|
|
pageEnd.title = [CCUtility localizableBrand:@"_intro_END_01_" table: @"Intro"]; //
|
|
|
pageEnd.titlePositionY = titlePositionY;
|
|
|
pageEnd.titleColor = COLOR_GRAY;
|
|
|
- pageEnd.titleFont = RalewayMedium(20.0f);
|
|
|
+ pageEnd.titleFont = [UIFont systemFontOfSize:20];
|
|
|
pageEnd.desc = [CCUtility localizableBrand:@"_intro_END_02_" table: @"Intro"];
|
|
|
pageEnd.descPositionY = descPositionY;
|
|
|
pageEnd.descColor = COLOR_GRAY;
|
|
|
- pageEnd.descFont = RalewayLight(14.0f);
|
|
|
+ pageEnd.descFont = [UIFont systemFontOfSize:14];
|
|
|
pageEnd.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"introEnd"]];
|
|
|
pageEnd.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
pageEnd.titleIconPositionY = titleIconPositionY;
|
|
@@ -536,11 +536,11 @@
|
|
|
page0.title = [@"Version " stringByAppendingString:version];
|
|
|
page0.titlePositionY = titlePositionY;
|
|
|
page0.titleColor = COLOR_GRAY;
|
|
|
- page0.titleFont = RalewayMedium(20.0f);
|
|
|
+ page0.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page0.desc = [CCUtility localizableBrand:@"_intro_194_00_"table: @"Intro"];
|
|
|
page0.descPositionY = descPositionY;
|
|
|
page0.descColor = COLOR_GRAY;
|
|
|
- page0.descFont = RalewayLight(14.0f);
|
|
|
+ page0.descFont = [UIFont systemFontOfSize:14];
|
|
|
page0.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"introStart"]];
|
|
|
page0.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page0.titleIconPositionY = titleIconPositionY;
|
|
@@ -550,11 +550,11 @@
|
|
|
page1.title = [CCUtility localizableBrand:@"_intro_194_01_" table:@"Intro"]; //
|
|
|
page1.titlePositionY = titlePositionY;
|
|
|
page1.titleColor = COLOR_GRAY;
|
|
|
- page1.titleFont = RalewayMedium(20.0f);
|
|
|
+ page1.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page1.desc = [CCUtility localizableBrand:@"_intro_194_02_" table: @"Intro"];
|
|
|
page1.descPositionY = descPositionY;
|
|
|
page1.descColor = COLOR_GRAY;
|
|
|
- page1.descFont = RalewayLight(14.0f);
|
|
|
+ page1.descFont = [UIFont systemFontOfSize:14];
|
|
|
page1.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro194-1"]];
|
|
|
page1.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page1.titleIconPositionY = titleIconPositionY;
|
|
@@ -564,11 +564,11 @@
|
|
|
page2.title = [CCUtility localizableBrand:@"_intro_194_03_" table: @"Intro"]; //
|
|
|
page2.titlePositionY = titlePositionY;
|
|
|
page2.titleColor = COLOR_GRAY;
|
|
|
- page2.titleFont = RalewayMedium(20.0f);
|
|
|
+ page2.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page2.desc = [CCUtility localizableBrand:@"_intro_194_04_" table: @"Intro"];
|
|
|
page2.descPositionY = descPositionY;
|
|
|
page2.descColor = COLOR_GRAY;
|
|
|
- page2.descFont = RalewayLight(14.0f);
|
|
|
+ page2.descFont = [UIFont systemFontOfSize:14];
|
|
|
page2.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro194-2"]];
|
|
|
page2.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page2.titleIconPositionY = titleIconPositionY;
|
|
@@ -578,11 +578,11 @@
|
|
|
page3.title = [CCUtility localizableBrand:@"_intro_194_05_" table: @"Intro"]; //
|
|
|
page3.titlePositionY = titlePositionY;
|
|
|
page3.titleColor = COLOR_GRAY;
|
|
|
- page3.titleFont = RalewayMedium(20.0f);
|
|
|
+ page3.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page3.desc = [CCUtility localizableBrand:@"_intro_194_06_" table: @"Intro"];
|
|
|
page3.descPositionY = descPositionY;
|
|
|
page3.descColor = COLOR_GRAY;
|
|
|
- page3.descFont = RalewayLight(14.0f);
|
|
|
+ page3.descFont = [UIFont systemFontOfSize:14];
|
|
|
page3.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro194-3"]];
|
|
|
page3.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page3.titleIconPositionY = titleIconPositionY;
|
|
@@ -592,11 +592,11 @@
|
|
|
page4.title = [CCUtility localizableBrand:@"_intro_194_07_" table: @"Intro"]; //
|
|
|
page4.titlePositionY = titlePositionY;
|
|
|
page4.titleColor = COLOR_GRAY;
|
|
|
- page4.titleFont = RalewayMedium(20.0f);
|
|
|
+ page4.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page4.desc = [CCUtility localizableBrand:@"_intro_194_08_" table: @"Intro"];
|
|
|
page4.descPositionY = descPositionY;
|
|
|
page4.descColor = COLOR_GRAY;
|
|
|
- page4.descFont = RalewayLight(14.0f);
|
|
|
+ page4.descFont = [UIFont systemFontOfSize:14];
|
|
|
page4.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro194-4"]];
|
|
|
page4.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page4.titleIconPositionY = titleIconPositionY;
|
|
@@ -606,11 +606,11 @@
|
|
|
pageEnd.title = [CCUtility localizableBrand:@"_intro_END_01_" table: @"Intro"]; //
|
|
|
pageEnd.titlePositionY = titlePositionY;
|
|
|
pageEnd.titleColor = COLOR_GRAY;
|
|
|
- pageEnd.titleFont = RalewayMedium(20.0f);
|
|
|
+ pageEnd.titleFont = [UIFont systemFontOfSize:20];
|
|
|
pageEnd.desc = [CCUtility localizableBrand:@"_intro_END_02_" table: @"Intro"];
|
|
|
pageEnd.descPositionY = descPositionY;
|
|
|
pageEnd.descColor = COLOR_GRAY;
|
|
|
- pageEnd.descFont = RalewayLight(14.0f);
|
|
|
+ pageEnd.descFont = [UIFont systemFontOfSize:14];
|
|
|
pageEnd.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"introEnd"]];
|
|
|
pageEnd.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
pageEnd.titleIconPositionY = titleIconPositionY;
|
|
@@ -640,11 +640,11 @@
|
|
|
page0.title = [@"Version " stringByAppendingString:version];
|
|
|
page0.titlePositionY = titlePositionY;
|
|
|
page0.titleColor = COLOR_GRAY;
|
|
|
- page0.titleFont = RalewayMedium(20.0f);
|
|
|
+ page0.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page0.desc = [CCUtility localizableBrand:@"_intro_196_00_" table: @"Intro"];
|
|
|
page0.descPositionY = descPositionY;
|
|
|
page0.descColor = COLOR_GRAY;
|
|
|
- page0.descFont = RalewayLight(14.0f);
|
|
|
+ page0.descFont = [UIFont systemFontOfSize:14];
|
|
|
page0.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"introStart"]];
|
|
|
page0.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page0.titleIconPositionY = titleIconPositionY;
|
|
@@ -654,11 +654,11 @@
|
|
|
page1.title = [CCUtility localizableBrand:@"_intro_196_01_" table: @"Intro"]; //
|
|
|
page1.titlePositionY = titlePositionY;
|
|
|
page1.titleColor = COLOR_GRAY;
|
|
|
- page1.titleFont = RalewayMedium(20.0f);
|
|
|
+ page1.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page1.desc = [CCUtility localizableBrand:@"_intro_196_02_" table: @"Intro"];
|
|
|
page1.descPositionY = descPositionY;
|
|
|
page1.descColor = COLOR_GRAY;
|
|
|
- page1.descFont = RalewayLight(14.0f);
|
|
|
+ page1.descFont = [UIFont systemFontOfSize:14];
|
|
|
page1.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro196-1"]];
|
|
|
page1.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page1.titleIconPositionY = titleIconPositionY;
|
|
@@ -668,11 +668,11 @@
|
|
|
page2.title = [CCUtility localizableBrand:@"_intro_196_03_" table: @"Intro"]; //
|
|
|
page2.titlePositionY = titlePositionY;
|
|
|
page2.titleColor = COLOR_GRAY;
|
|
|
- page2.titleFont = RalewayMedium(20.0f);
|
|
|
+ page2.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page2.desc = [CCUtility localizableBrand:@"_intro_196_04_" table: @"Intro"];
|
|
|
page2.descPositionY = descPositionY;
|
|
|
page2.descColor = COLOR_GRAY;
|
|
|
- page2.descFont = RalewayLight(14.0f);
|
|
|
+ page2.descFont = [UIFont systemFontOfSize:14];
|
|
|
page2.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro196-2"]];
|
|
|
page2.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page2.titleIconPositionY = titleIconPositionY;
|
|
@@ -682,11 +682,11 @@
|
|
|
page3.title = [CCUtility localizableBrand:@"_intro_196_05_" table: @"Intro"]; //
|
|
|
page3.titlePositionY = titlePositionY;
|
|
|
page3.titleColor = COLOR_GRAY;
|
|
|
- page3.titleFont = RalewayMedium(20.0f);
|
|
|
+ page3.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page3.desc = [CCUtility localizableBrand:@"_intro_196_06_" table: @"Intro"];
|
|
|
page3.descPositionY = descPositionY;
|
|
|
page3.descColor = COLOR_GRAY;
|
|
|
- page3.descFont = RalewayLight(14.0f);
|
|
|
+ page3.descFont = [UIFont systemFontOfSize:14];
|
|
|
page3.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro196-3"]];
|
|
|
page3.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page3.titleIconPositionY = titleIconPositionY;
|
|
@@ -696,11 +696,11 @@
|
|
|
page4.title = [CCUtility localizableBrand:@"_intro_196_07_" table: @"Intro"]; //
|
|
|
page4.titlePositionY = titlePositionY;
|
|
|
page4.titleColor = COLOR_GRAY;
|
|
|
- page4.titleFont = RalewayMedium(20.0f);
|
|
|
+ page4.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page4.desc = [CCUtility localizableBrand:@"_intro_196_08_" table: @"Intro"];
|
|
|
page4.descPositionY = descPositionY;
|
|
|
page4.descColor = COLOR_GRAY;
|
|
|
- page4.descFont = RalewayLight(14.0f);
|
|
|
+ page4.descFont = [UIFont systemFontOfSize:14];
|
|
|
page4.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro196-4"]];
|
|
|
page4.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page4.titleIconPositionY = titleIconPositionY;
|
|
@@ -710,11 +710,11 @@
|
|
|
page5.title = [CCUtility localizableBrand:@"_intro_196_09_" table: @"Intro"]; //
|
|
|
page5.titlePositionY = titlePositionY;
|
|
|
page5.titleColor = COLOR_GRAY;
|
|
|
- page5.titleFont = RalewayMedium(20.0f);
|
|
|
+ page5.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page5.desc = [CCUtility localizableBrand:@"_intro_196_10_" table: @"Intro"];
|
|
|
page5.descPositionY = descPositionY;
|
|
|
page5.descColor = COLOR_GRAY;
|
|
|
- page5.descFont = RalewayLight(14.0f);
|
|
|
+ page5.descFont = [UIFont systemFontOfSize:14];
|
|
|
page5.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro196-5"]];
|
|
|
page5.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page5.titleIconPositionY = titleIconPositionY;
|
|
@@ -724,11 +724,11 @@
|
|
|
page6.title = [CCUtility localizableBrand:@"_intro_196_11_" table: @"Intro"]; //
|
|
|
page6.titlePositionY = titlePositionY;
|
|
|
page6.titleColor = COLOR_GRAY;
|
|
|
- page6.titleFont = RalewayMedium(20.0f);
|
|
|
+ page6.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page6.desc = [CCUtility localizableBrand:@"_intro_196_12_" table: @"Intro"];
|
|
|
page6.descPositionY = descPositionY;
|
|
|
page6.descColor = COLOR_GRAY;
|
|
|
- page6.descFont = RalewayLight(14.0f);
|
|
|
+ page6.descFont = [UIFont systemFontOfSize:14];
|
|
|
page6.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro196-6"]];
|
|
|
page6.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page6.titleIconPositionY = titleIconPositionY;
|
|
@@ -738,11 +738,11 @@
|
|
|
page7.title = [CCUtility localizableBrand:@"_intro_196_13_" table: @"Intro"]; //
|
|
|
page7.titlePositionY = titlePositionY;
|
|
|
page7.titleColor = COLOR_GRAY;
|
|
|
- page7.titleFont = RalewayMedium(20.0f);
|
|
|
+ page7.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page7.desc = [CCUtility localizableBrand:@"_intro_196_14_" table: @"Intro"];
|
|
|
page7.descPositionY = descPositionY;
|
|
|
page7.descColor = COLOR_GRAY;
|
|
|
- page7.descFont = RalewayLight(14.0f);
|
|
|
+ page7.descFont = [UIFont systemFontOfSize:14];
|
|
|
page7.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro196-7"]];
|
|
|
page7.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page7.titleIconPositionY = titleIconPositionY;
|
|
@@ -752,11 +752,11 @@
|
|
|
page8.title = [CCUtility localizableBrand:@"_intro_196_17_" table: @"Intro"]; //
|
|
|
page8.titlePositionY = titlePositionY;
|
|
|
page8.titleColor = COLOR_GRAY;
|
|
|
- page8.titleFont = RalewayMedium(20.0f);
|
|
|
+ page8.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page8.desc = [CCUtility localizableBrand:@"_intro_196_18_" table: @"Intro"];
|
|
|
page8.descPositionY = descPositionY;
|
|
|
page8.descColor = COLOR_GRAY;
|
|
|
- page8.descFont = RalewayLight(14.0f);
|
|
|
+ page8.descFont = [UIFont systemFontOfSize:14];
|
|
|
page8.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro196-9"]];
|
|
|
page8.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page8.titleIconPositionY = titleIconPositionY;
|
|
@@ -766,11 +766,11 @@
|
|
|
page9.title = [CCUtility localizableBrand:@"_intro_196_19_" table: @"Intro"]; //
|
|
|
page9.titlePositionY = titlePositionY;
|
|
|
page9.titleColor = COLOR_GRAY;
|
|
|
- page9.titleFont = RalewayMedium(20.0f);
|
|
|
+ page9.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page9.desc = [CCUtility localizableBrand:@"_intro_196_20_" table: @"Intro"];
|
|
|
page9.descPositionY = descPositionY;
|
|
|
page9.descColor = COLOR_GRAY;
|
|
|
- page9.descFont = RalewayLight(14.0f);
|
|
|
+ page9.descFont = [UIFont systemFontOfSize:14];
|
|
|
page9.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro196-10"]];
|
|
|
page9.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page9.titleIconPositionY = titleIconPositionY;
|
|
@@ -780,11 +780,11 @@
|
|
|
page10.title = [CCUtility localizableBrand:@"_intro_196_21_" table: @"Intro"]; //
|
|
|
page10.titlePositionY = titlePositionY;
|
|
|
page10.titleColor = COLOR_GRAY;
|
|
|
- page10.titleFont = RalewayMedium(20.0f);
|
|
|
+ page10.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page10.desc = [CCUtility localizableBrand:@"_intro_196_22_" table: @"Intro"];
|
|
|
page10.descPositionY = descPositionY;
|
|
|
page10.descColor = COLOR_GRAY;
|
|
|
- page10.descFont = RalewayLight(14.0f);
|
|
|
+ page10.descFont = [UIFont systemFontOfSize:14];
|
|
|
page10.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro196-11"]];
|
|
|
page10.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page10.titleIconPositionY = titleIconPositionY;
|
|
@@ -794,11 +794,11 @@
|
|
|
pageEnd.title = [CCUtility localizableBrand:@"_intro_END_01_" table: @"Intro"]; //
|
|
|
pageEnd.titlePositionY = titlePositionY;
|
|
|
pageEnd.titleColor = COLOR_GRAY;
|
|
|
- pageEnd.titleFont = RalewayMedium(20.0f);
|
|
|
+ pageEnd.titleFont = [UIFont systemFontOfSize:20];
|
|
|
pageEnd.desc = [CCUtility localizableBrand:@"_intro_END_02_" table: @"Intro"];
|
|
|
pageEnd.descPositionY = descPositionY;
|
|
|
pageEnd.descColor = COLOR_GRAY;
|
|
|
- pageEnd.descFont = RalewayLight(14.0f);
|
|
|
+ pageEnd.descFont = [UIFont systemFontOfSize:14];
|
|
|
pageEnd.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"introEnd"]];
|
|
|
pageEnd.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
pageEnd.titleIconPositionY = titleIconPositionY;
|
|
@@ -828,11 +828,11 @@
|
|
|
page0.title = [@"Version " stringByAppendingString:version];
|
|
|
page0.titlePositionY = titlePositionY;
|
|
|
page0.titleColor = COLOR_GRAY;
|
|
|
- page0.titleFont = RalewayMedium(20.0f);
|
|
|
+ page0.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page0.desc = [CCUtility localizableBrand:@"_intro_197_00_" table: @"Intro"];
|
|
|
page0.descPositionY = descPositionY;
|
|
|
page0.descColor = COLOR_GRAY;
|
|
|
- page0.descFont = RalewayLight(14.0f);
|
|
|
+ page0.descFont = [UIFont systemFontOfSize:14];
|
|
|
page0.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"introStart"]];
|
|
|
page0.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page0.titleIconPositionY = titleIconPositionY;
|
|
@@ -842,11 +842,11 @@
|
|
|
page1.title = [CCUtility localizableBrand:@"_intro_197_01_" table: @"Intro"]; //
|
|
|
page1.titlePositionY = titlePositionY;
|
|
|
page1.titleColor = COLOR_GRAY;
|
|
|
- page1.titleFont = RalewayMedium(20.0f);
|
|
|
+ page1.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page1.desc = [CCUtility localizableBrand:@"_intro_197_02_" table: @"Intro"];
|
|
|
page1.descPositionY = descPositionY;
|
|
|
page1.descColor = COLOR_GRAY;
|
|
|
- page1.descFont = RalewayLight(14.0f);
|
|
|
+ page1.descFont = [UIFont systemFontOfSize:14];
|
|
|
page1.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro197-1"]];
|
|
|
page1.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page1.titleIconPositionY = titleIconPositionY;
|
|
@@ -856,11 +856,11 @@
|
|
|
pageEnd.title = [CCUtility localizableBrand:@"_intro_END_01_" table: @"Intro"]; //
|
|
|
pageEnd.titlePositionY = titlePositionY;
|
|
|
pageEnd.titleColor = COLOR_GRAY;
|
|
|
- pageEnd.titleFont = RalewayMedium(20.0f);
|
|
|
+ pageEnd.titleFont = [UIFont systemFontOfSize:20];
|
|
|
pageEnd.desc = [CCUtility localizableBrand:@"_intro_END_02_" table: @"Intro"];
|
|
|
pageEnd.descPositionY = descPositionY;
|
|
|
pageEnd.descColor = COLOR_GRAY;
|
|
|
- pageEnd.descFont = RalewayLight(14.0f);
|
|
|
+ pageEnd.descFont = [UIFont systemFontOfSize:14];
|
|
|
pageEnd.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"introEnd"]];
|
|
|
pageEnd.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
pageEnd.titleIconPositionY = titleIconPositionY;
|
|
@@ -890,11 +890,11 @@
|
|
|
page0.title = [@"Version " stringByAppendingString:version];
|
|
|
page0.titlePositionY = titlePositionY;
|
|
|
page0.titleColor = COLOR_GRAY;
|
|
|
- page0.titleFont = RalewayMedium(20.0f);
|
|
|
+ page0.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page0.desc = [CCUtility localizableBrand:@"_intro_199_00_" table: @"Intro"];
|
|
|
page0.descPositionY = descPositionY;
|
|
|
page0.descColor = COLOR_GRAY;
|
|
|
- page0.descFont = RalewayLight(14.0f);
|
|
|
+ page0.descFont = [UIFont systemFontOfSize:14];
|
|
|
page0.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"introStart"]];
|
|
|
page0.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page0.titleIconPositionY = titleIconPositionY;
|
|
@@ -904,11 +904,11 @@
|
|
|
page1.title = [CCUtility localizableBrand:@"_intro_199_01_" table: @"Intro"]; //
|
|
|
page1.titlePositionY = titlePositionY;
|
|
|
page1.titleColor = COLOR_GRAY;
|
|
|
- page1.titleFont = RalewayMedium(20.0f);
|
|
|
+ page1.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page1.desc = [CCUtility localizableBrand:@"_intro_199_02_" table: @"Intro"];
|
|
|
page1.descPositionY = descPositionY;
|
|
|
page1.descColor = COLOR_GRAY;
|
|
|
- page1.descFont = RalewayLight(14.0f);
|
|
|
+ page1.descFont = [UIFont systemFontOfSize:14];
|
|
|
#ifdef CC
|
|
|
page1.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro199-1"]];
|
|
|
#endif
|
|
@@ -923,11 +923,11 @@
|
|
|
pageEnd.title = [CCUtility localizableBrand:@"_intro_END_01_" table: @"Intro"]; //
|
|
|
pageEnd.titlePositionY = titlePositionY;
|
|
|
pageEnd.titleColor = COLOR_GRAY;
|
|
|
- pageEnd.titleFont = RalewayMedium(20.0f);
|
|
|
+ pageEnd.titleFont = [UIFont systemFontOfSize:20];
|
|
|
pageEnd.desc = [CCUtility localizableBrand:@"_intro_END_02_" table: @"Intro"];
|
|
|
pageEnd.descPositionY = descPositionY;
|
|
|
pageEnd.descColor = COLOR_GRAY;
|
|
|
- pageEnd.descFont = RalewayLight(14.0f);
|
|
|
+ pageEnd.descFont = [UIFont systemFontOfSize:14];
|
|
|
pageEnd.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"introEnd"]];
|
|
|
pageEnd.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
pageEnd.titleIconPositionY = titleIconPositionY;
|
|
@@ -957,11 +957,11 @@
|
|
|
page0.title = [@"Version " stringByAppendingString:version];
|
|
|
page0.titlePositionY = titlePositionY;
|
|
|
page0.titleColor = COLOR_GRAY;
|
|
|
- page0.titleFont = RalewayMedium(20.0f);
|
|
|
+ page0.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page0.desc = [CCUtility localizableBrand:@"_intro_200_00_" table: @"Intro"];
|
|
|
page0.descPositionY = descPositionY;
|
|
|
page0.descColor = COLOR_GRAY;
|
|
|
- page0.descFont = RalewayLight(14.0f);
|
|
|
+ page0.descFont = [UIFont systemFontOfSize:14];
|
|
|
page0.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"introStart"]];
|
|
|
page0.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page0.titleIconPositionY = titleIconPositionY;
|
|
@@ -971,11 +971,11 @@
|
|
|
page1.title = [CCUtility localizableBrand:@"_intro_200_01_" table: @"Intro"]; //
|
|
|
page1.titlePositionY = titlePositionY;
|
|
|
page1.titleColor = COLOR_GRAY;
|
|
|
- page1.titleFont = RalewayMedium(20.0f);
|
|
|
+ page1.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page1.desc = [CCUtility localizableBrand:@"_intro_200_02_" table: @"Intro"];
|
|
|
page1.descPositionY = descPositionY;
|
|
|
page1.descColor = COLOR_GRAY;
|
|
|
- page1.descFont = RalewayLight(14.0f);
|
|
|
+ page1.descFont = [UIFont systemFontOfSize:14];
|
|
|
page1.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro200-1"]];
|
|
|
page1.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page1.titleIconPositionY = titleIconPositionY;
|
|
@@ -985,11 +985,11 @@
|
|
|
page2.title = [CCUtility localizableBrand:@"_intro_200_03_" table: @"Intro"]; //
|
|
|
page2.titlePositionY = titlePositionY;
|
|
|
page2.titleColor = COLOR_GRAY;
|
|
|
- page2.titleFont = RalewayMedium(20.0f);
|
|
|
+ page2.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page2.desc = [CCUtility localizableBrand:@"_intro_200_04_" table: @"Intro"];
|
|
|
page2.descPositionY = descPositionY;
|
|
|
page2.descColor = COLOR_GRAY;
|
|
|
- page2.descFont = RalewayLight(14.0f);
|
|
|
+ page2.descFont = [UIFont systemFontOfSize:14];
|
|
|
page2.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro200-2"]];
|
|
|
page2.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page2.titleIconPositionY = titleIconPositionY;
|
|
@@ -999,11 +999,11 @@
|
|
|
page3.title = [CCUtility localizableBrand:@"_intro_200_05_" table: @"Intro"]; //
|
|
|
page3.titlePositionY = titlePositionY;
|
|
|
page3.titleColor = COLOR_GRAY;
|
|
|
- page3.titleFont = RalewayMedium(20.0f);
|
|
|
+ page3.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page3.desc = [CCUtility localizableBrand:@"_intro_200_06_" table: @"Intro"];
|
|
|
page3.descPositionY = descPositionY;
|
|
|
page3.descColor = COLOR_GRAY;
|
|
|
- page3.descFont = RalewayLight(14.0f);
|
|
|
+ page3.descFont = [UIFont systemFontOfSize:14];
|
|
|
page3.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro200-3"]];
|
|
|
page3.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page3.titleIconPositionY = titleIconPositionY;
|
|
@@ -1013,11 +1013,11 @@
|
|
|
page4.title = [CCUtility localizableBrand:@"_intro_200_07_" table: @"Intro"]; //
|
|
|
page4.titlePositionY = titlePositionY;
|
|
|
page4.titleColor = COLOR_GRAY;
|
|
|
- page4.titleFont = RalewayMedium(20.0f);
|
|
|
+ page4.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page4.desc = [CCUtility localizableBrand:@"_intro_200_08_" table: @"Intro"];
|
|
|
page4.descPositionY = descPositionY;
|
|
|
page4.descColor = COLOR_GRAY;
|
|
|
- page4.descFont = RalewayLight(14.0f);
|
|
|
+ page4.descFont = [UIFont systemFontOfSize:14];
|
|
|
page4.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro200-4"]];
|
|
|
page4.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page4.titleIconPositionY = titleIconPositionY;
|
|
@@ -1027,11 +1027,11 @@
|
|
|
page5.title = [CCUtility localizableBrand:@"_intro_200_09_" table: @"Intro"]; //
|
|
|
page5.titlePositionY = titlePositionY;
|
|
|
page5.titleColor = COLOR_GRAY;
|
|
|
- page5.titleFont = RalewayMedium(20.0f);
|
|
|
+ page5.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page5.desc = [CCUtility localizableBrand:@"_intro_200_10_" table: @"Intro"];
|
|
|
page5.descPositionY = descPositionY;
|
|
|
page5.descColor = COLOR_GRAY;
|
|
|
- page5.descFont = RalewayLight(14.0f);
|
|
|
+ page5.descFont = [UIFont systemFontOfSize:14];
|
|
|
page5.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro200-5"]];
|
|
|
page5.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page5.titleIconPositionY = titleIconPositionY;
|
|
@@ -1041,11 +1041,11 @@
|
|
|
pageEnd.title = [CCUtility localizableBrand:@"_intro_END_01_" table: @"Intro"]; //
|
|
|
pageEnd.titlePositionY = titlePositionY;
|
|
|
pageEnd.titleColor = COLOR_GRAY;
|
|
|
- pageEnd.titleFont = RalewayMedium(20.0f);
|
|
|
+ pageEnd.titleFont = [UIFont systemFontOfSize:20];
|
|
|
pageEnd.desc = [CCUtility localizableBrand:@"_intro_END_02_" table: @"Intro"];
|
|
|
pageEnd.descPositionY = descPositionY;
|
|
|
pageEnd.descColor = COLOR_GRAY;
|
|
|
- pageEnd.descFont = RalewayLight(14.0f);
|
|
|
+ pageEnd.descFont = [UIFont systemFontOfSize:14];
|
|
|
pageEnd.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"introEnd"]];
|
|
|
pageEnd.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
pageEnd.titleIconPositionY = titleIconPositionY;
|
|
@@ -1075,11 +1075,11 @@
|
|
|
page0.title = [@"Version " stringByAppendingString:version];
|
|
|
page0.titlePositionY = titlePositionY;
|
|
|
page0.titleColor = COLOR_GRAY;
|
|
|
- page0.titleFont = RalewayMedium(20.0f);
|
|
|
+ page0.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page0.desc = [CCUtility localizableBrand:@"_intro_210_00_" table: @"Intro"];
|
|
|
page0.descPositionY = descPositionY;
|
|
|
page0.descColor = COLOR_GRAY;
|
|
|
- page0.descFont = RalewayLight(14.0f);
|
|
|
+ page0.descFont = [UIFont systemFontOfSize:14];
|
|
|
#ifdef CC
|
|
|
page0.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"introStart"]];
|
|
|
#endif
|
|
@@ -1094,11 +1094,11 @@
|
|
|
page1.title = [CCUtility localizableBrand:@"_intro_210_01_" table: @"Intro"]; //
|
|
|
page1.titlePositionY = titlePositionY;
|
|
|
page1.titleColor = COLOR_GRAY;
|
|
|
- page1.titleFont = RalewayMedium(20.0f);
|
|
|
+ page1.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page1.desc = [CCUtility localizableBrand:@"_intro_210_02_" table: @"Intro"];
|
|
|
page1.descPositionY = descPositionY;
|
|
|
page1.descColor = COLOR_GRAY;
|
|
|
- page1.descFont = RalewayLight(14.0f);
|
|
|
+ page1.descFont = [UIFont systemFontOfSize:14];
|
|
|
page1.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro210-1"]];
|
|
|
page1.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page1.titleIconPositionY = titleIconPositionY;
|
|
@@ -1108,11 +1108,11 @@
|
|
|
page2.title = [CCUtility localizableBrand:@"_intro_210_03_" table: @"Intro"]; //
|
|
|
page2.titlePositionY = titlePositionY;
|
|
|
page2.titleColor = COLOR_GRAY;
|
|
|
- page2.titleFont = RalewayMedium(20.0f);
|
|
|
+ page2.titleFont = [UIFont systemFontOfSize:20];
|
|
|
page2.desc = [CCUtility localizableBrand:@"_intro_210_04_" table: @"Intro"];
|
|
|
page2.descPositionY = descPositionY;
|
|
|
page2.descColor = COLOR_GRAY;
|
|
|
- page2.descFont = RalewayLight(14.0f);
|
|
|
+ page2.descFont = [UIFont systemFontOfSize:14];
|
|
|
page2.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro210-2"]];
|
|
|
page2.bgImage = [UIImage imageNamed:@"bgbianco"];
|
|
|
page2.titleIconPositionY = titleIconPositionY;
|
|
@@ -1122,10 +1122,10 @@
|
|
|
pageEnd.title = [CCUtility localizableBrand:@"_intro_END_01_" table: @"Intro"]; //
|
|
|
pageEnd.titlePositionY = titlePositionY;
|
|
|
pageEnd.titleColor = COLOR_GRAY;
|
|
|
- pageEnd.titleFont = RalewayMedium(20.0f);
|
|
|
+ pageEnd.titleFont = [UIFont systemFontOfSize:20];
|
|
|
pageEnd.descPositionY = descPositionY;
|
|
|
pageEnd.descColor = COLOR_GRAY;
|
|
|
- pageEnd.descFont = RalewayLight(14.0f);
|
|
|
+ pageEnd.descFont = [UIFont systemFontOfSize:14];
|
|
|
#ifdef CC
|
|
|
pageEnd.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"introEnd"]];
|
|
|
pageEnd.desc = [CCUtility localizableBrand:@"_intro_END_02_" table: @"Intro"];
|