We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a39b3 commit dac08baCopy full SHA for dac08ba
Coding_iOS/Util/Manager/FunctionIntroManager.m
@@ -29,7 +29,6 @@ + (void)showIntroPage{
29
}
30
31
+ (BOOL)needToShowIntro{
32
- return YES;
33
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
34
NSString *preVersion = [defaults stringForKey:kIntroPageKey];
35
BOOL needToShow = ![preVersion isEqualToString:kVersionBuild_Coding];
0 commit comments