|
@@ -95,37 +95,10 @@
|
|
// setting version
|
|
// setting version
|
|
self.version = [CCUtility setVersionCryptoCloud];
|
|
self.version = [CCUtility setVersionCryptoCloud];
|
|
|
|
|
|
- // view how to if exists
|
|
|
|
- //[self showIntro];
|
|
|
|
-
|
|
|
|
// init home
|
|
// init home
|
|
[[NSNotificationCenter defaultCenter] postNotificationName:@"initializeMain" object:nil];
|
|
[[NSNotificationCenter defaultCenter] postNotificationName:@"initializeMain" object:nil];
|
|
}
|
|
}
|
|
|
|
|
|
-#pragma --------------------------------------------------------------------------------------------
|
|
|
|
-#pragma mark ===== Intro =====
|
|
|
|
-#pragma --------------------------------------------------------------------------------------------
|
|
|
|
-
|
|
|
|
-- (void)showIntro
|
|
|
|
-{
|
|
|
|
- BOOL isIntro = [CCUtility getIntro:self.version];
|
|
|
|
-
|
|
|
|
- // test
|
|
|
|
- if (app.activeAccount.length > 0 && isIntro == NO) {
|
|
|
|
-
|
|
|
|
- //[self bannerHide];
|
|
|
|
-
|
|
|
|
- self.intro = [[CCIntro alloc] initWithDelegate:self delegateView:self.view];
|
|
|
|
-
|
|
|
|
- //[self.intro showIntroVersion:self.version duration:1.0 review:NO];
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-- (void)introDidFinish:(EAIntroView *)introView wasSkipped:(BOOL)wasSkipped
|
|
|
|
-{
|
|
|
|
- [CCUtility setIntro:[CCUtility getVersionCryptoCloud]];
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
#pragma --------------------------------------------------------------------------------------------
|
|
#pragma --------------------------------------------------------------------------------------------
|
|
#pragma mark ===== newAccount =====
|
|
#pragma mark ===== newAccount =====
|
|
#pragma --------------------------------------------------------------------------------------------
|
|
#pragma --------------------------------------------------------------------------------------------
|