DOPDropDownMenu-Enhanced
DOPDropDownMenu-Enhanced copied to clipboard
请问能否初始状态不选中任何cell?
trafficstars
搞定了~在tableView那里加了个判断: if ([cellClicked[_currentSelectedMenudIndex] intValue]) { [tableView selectRowAtIndexPath:indexPath animated:YES scrollPosition:UITableViewScrollPositionNone]; }
只要 不写 [menu selectDefalutIndexPath]; 这个就不会调用
您好,发现没设置menu 的defaultIndexPath,然后点开每个菜单,还是会默认选中第一项 就是我需要设置那个值,来让每个菜单点开是都默认是没有选择的效果呢?