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
Crash in case which called setViewController at the second time in order to change menuBarController's viewControllers.
NSArray* viewControllersFirst = @[vc1a, vc2a, vc3a]; [menuBarController setViewControllers:viewControllers]; ... // Already shows viewControllers in menuBarController ... // In certain timing, reset viewControllsers NSArray* viewControllersSecond = @[vc1b, vc2b, vc3b]; [menuBarController setViewControllers:viewControllers] // Crash!!
The text was updated successfully, but these errors were encountered:
Fixes the crash by the issue recruit-mp#3.
6622570
Fixes the crash in case which call serViewControllers at the second time.
Pull request #4
Sorry, something went wrong.
Merge pull request #4 from yshrkt/master
6818754
Fixes the crash by the issue #3.
Merged pull request.
No branches or pull requests
Crash in case which called setViewController at the second time in order to change menuBarController's viewControllers.
The text was updated successfully, but these errors were encountered: