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 表现 问题的具体描述 push到某个控制器时,self.childViewControllers发生了数组越界
截图 Bug 现场的界面截图,或者 Xcode 控制台的错误信息截图,有问题的代码截图
如何重现
预期的表现 正常情况下,应该正常push
其他信息
The text was updated successfully, but these errors were encountered:
这里 if 内部用 childViewControllers 没什么特别含义,应该统一都用 viewControllers 来避免这种问题,你可以先本地统一改为 viewControllers,新版本将会修复这个问题。
childViewControllers
viewControllers
Sorry, something went wrong.
已发布 4.2.1 修复该问题。
No branches or pull requests
Bug 表现
问题的具体描述
push到某个控制器时,self.childViewControllers发生了数组越界
截图
![image](https://user-images.githubusercontent.com/15311758/93062587-bbdcc300-f6a7-11ea-93d7-588b52ec6e74.png)
Bug 现场的界面截图,或者 Xcode 控制台的错误信息截图,有问题的代码截图
如何重现
预期的表现
正常情况下,应该正常push
其他信息
The text was updated successfully, but these errors were encountered: