12207480 / DOPDropDownMenu-Enhanced

DOPDropDownMenu 添加双列表 优化版 新增图片支持(double tableView, The optimization version ,new add image,detailText)
MIT License
1.74k stars 362 forks source link

解决部分情况下不能选中bug和新增下拉框收起回调方法 #40

Closed qiaoxiyang closed 7 years ago

qiaoxiyang commented 7 years ago

解决当column不为0时,默认选中为column=1,row=0,item=0导致无法选中的bug;新增下拉框收起时的回调方法(用于网络请求)。

12207480 commented 7 years ago

谢谢 测试后merge

qiaoxiyang commented 7 years ago

[_dataSource menu:self numberOfItemsInRow:indexPath.row column:indexPath.column] > indexPath.column应该改为是判断二级列表的数组元素个数是否大于零,而不是判断是否大于column,当column为1,二级列表元素个数为1时,1>1不成立就会导致选中不了