处理再次进入弹起权限弹窗

This commit is contained in:
2025-11-03 15:04:19 +08:00
parent c7021e382e
commit e4cebeac85
6 changed files with 55 additions and 16 deletions

View File

@@ -31,6 +31,11 @@
}];
}
- (void)viewWillAppear:(BOOL)animated{
[super viewWillAppear:animated];
NSLog(@"===");
}
- (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event{
// KBGuideVC *vc = [[KBGuideVC alloc] init];
// [self.navigationController pushViewController:vc animated:true];