修复bug
This commit is contained in:
@@ -90,6 +90,9 @@ NSString * const HadAgreePrivacy = @"HadAgreePrivacy";
|
||||
|
||||
- (void)createUI {
|
||||
self.view.backgroundColor = [UIColor whiteColor];
|
||||
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
|
||||
[defaults setObject:@"hadAgree" forKey:HadAgreePrivacy];
|
||||
[defaults synchronize];
|
||||
[self.view addSubview:self.bgImageView];
|
||||
[self.view addSubview:self.logoView];
|
||||
[self.view addSubview:self.stackView];
|
||||
|
Reference in New Issue
Block a user