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
Bug 表现 考虑以下伪代码:
vc.hidesBottomBarWhenPushed = NO; viewControllers = nav.viewControllers.mutableCopy; [viewControllers addObject:vc]; [nav setViewControllers:viewControllers animated:YES];
在执行到 setViewControllers 时会命中 UITabBar+QMUI.m 里修复 #1100 的代码,这段代码没有兼容好这种情况,导致数组越界。
其他信息
The text was updated successfully, but these errors were encountered:
已发布 4.2.3 修复该问题。
Sorry, something went wrong.
No branches or pull requests
Bug 表现
考虑以下伪代码:
在执行到 setViewControllers 时会命中 UITabBar+QMUI.m 里修复 #1100 的代码,这段代码没有兼容好这种情况,导致数组越界。
其他信息
The text was updated successfully, but these errors were encountered: