iThinkerYZ / YZPullDownMenuDemo

快速继承搜索界面下拉菜单
MIT License
208 stars 42 forks source link

点击时崩溃 #10

Open YannChee opened 7 years ago

YannChee commented 7 years ago

发生在这一句代码: // 获取对应按钮 UIButton *btn = self.menuButtons[col];

'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 9223372036854775807 beyond bounds [0 .. 1]'

Liyongcong commented 6 years ago

我也是崩溃到这,请问你怎么解决的,作者也不更新了

qeeing commented 5 years ago

https://stackoverflow.com/questions/36353132/nsarraym-objectatindex-index-9223372036854775807-beyond-bounds-0-8-s 这篇文章应该会有帮助