This commit is contained in:
lianxiang
2018-09-20 00:25:25 +08:00
parent 27e27d5d12
commit 309cae4ab2
56 changed files with 1755 additions and 39 deletions
@@ -186,6 +186,7 @@
if (showAppGaurd == NO) {
[self showAPPappGaurdView];
}
//[self showUserGaurdView];
}
-(void)viewWillDisappear:(BOOL)animated{
@@ -198,9 +199,7 @@
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view.
// [self.view addSubview:self.tableView];
// self.tableView.backgroundColor = GIGA_MAIN_BGCOLOR;
[self setUpNav];
[self initUI];
[self addNotify];
@@ -545,7 +544,7 @@
}else{
userGuardVC.modalPresentationStyle = UIModalPresentationCurrentContext;
}
userGuardVC.view.backgroundColor = [[UIColor blackColor] colorWithAlphaComponent:0.5];
userGuardVC.view.backgroundColor = [[UIColor blackColor] colorWithAlphaComponent:0.3];
[self presentViewController:userGuardVC animated:NO completion:nil];
}