DOPDropDownMenu-Enhanced icon indicating copy to clipboard operation
DOPDropDownMenu-Enhanced copied to clipboard

请问能否初始状态不选中任何cell?

Open wyk111wyk opened this issue 10 years ago • 3 comments
trafficstars

wyk111wyk avatar Oct 02 '15 09:10 wyk111wyk

搞定了~在tableView那里加了个判断: if ([cellClicked[_currentSelectedMenudIndex] intValue]) { [tableView selectRowAtIndexPath:indexPath animated:YES scrollPosition:UITableViewScrollPositionNone]; }

wyk111wyk avatar Oct 02 '15 09:10 wyk111wyk

只要 不写 [menu selectDefalutIndexPath]; 这个就不会调用

12207480 avatar Oct 23 '15 01:10 12207480

您好,发现没设置menu 的defaultIndexPath,然后点开每个菜单,还是会默认选中第一项 就是我需要设置那个值,来让每个菜单点开是都默认是没有选择的效果呢?

dongchong avatar Sep 06 '17 12:09 dongchong