self.progressHUD = [MBProgressHUD showHUDAddedTo:self.navigationController.view animated:YES];将MBProgressHUD显示到navigationController.view后,应用进入后台,再进入前台后,整个视图点击无效。可能是因为在应用从后台进入前台后navigationController.view发生了变化
MBProgressHUD导致viewController在进入后台再进入前台后点击无效
最新推荐文章于 2022-11-30 14:54:48 发布