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
代码位置:WMZDropDownMenu 文件, - (void)judgeBtnTitle:(WMZDropMenuBtn*)sender 方法,第431 行,有可能出现数组越界的崩溃
我在如下判断里面加了 self.titleBtnArr.count>self.lastSelectIndex的判断
self.titleBtnArr.count>self.lastSelectIndex
if (!self.close&& self.lastSelectIndex >= 0 && self.titleBtnArr.count>self.lastSelectIndex) { WMZDropMenuBtn *lastBtn = self.titleBtnArr[self.lastSelectIndex]; [self dataChangeActionSection:[self getTitleFirstDropWthTitleBtn:lastBtn].section WithKey:nil]; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
代码位置:WMZDropDownMenu 文件, - (void)judgeBtnTitle:(WMZDropMenuBtn*)sender 方法,第431 行,有可能出现数组越界的崩溃
我在如下判断里面加了
self.titleBtnArr.count>self.lastSelectIndex
的判断The text was updated successfully, but these errors were encountered: