We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在NSURLSessionDataTask的 dataTaskWithRequest:request completionHandler:^的方法里,完成数据请求后,跳转会出现2种情况: 1.采用[self.navigationController pushViewController:lcTabBarVC animated:YES]; animated是YES的情况下,重影出现一小会后消失 2.采用[self.navigationController pushViewController:lcTabBarVC animated:NO]; animated是NO的情况下,重影出现不消失并且第一个视图控制器总是保持选中的状态,下面那个bar的最左边那个图案总是选中的状态
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
iOS 11.1的
I am also facing same issues, how to resolve this.
No branches or pull requests
在NSURLSessionDataTask的 dataTaskWithRequest:request completionHandler:^的方法里,完成数据请求后,跳转会出现2种情况:
1.采用[self.navigationController pushViewController:lcTabBarVC animated:YES];
animated是YES的情况下,重影出现一小会后消失
2.采用[self.navigationController pushViewController:lcTabBarVC animated:NO];
animated是NO的情况下,重影出现不消失并且第一个视图控制器总是保持选中的状态,下面那个bar的最左边那个图案总是选中的状态
The text was updated successfully, but these errors were encountered: