快速选中模式下,双列表选择会出问题
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ }这个方法 当confirmType == ZHFilterMenuConfirmTypeSpeedConfirm 双列表模式下 如果选栏目会直接弹回没效果 需要加上downType == ZHFilterMenuDownTypeTwoLists类型的判断 去做不同处理
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ }这个方法 当confirmType == ZHFilterMenuConfirmTypeSpeedConfirm 双列表模式下 如果选栏目会直接弹回没效果 需要加上downType == ZHFilterMenuDownTypeTwoLists类型的判断 去做不同处理
你是想要在双列表的情况不要底部重置、确定按钮,直接进行快速选择的组合方式吗?
是的就是这个意思 可以兼容下 因为确实有这种需求市场上
------------------ 原始邮件 ------------------ 发件人: "zhouyn"<[email protected]>; 发送时间: 2020年3月12日(星期四) 下午4:32 收件人: "hi-zhouyn/ZHFilterMenuView"<[email protected]>; 抄送: "vincent shen"<[email protected]>;"Author"<[email protected]>; 主题: Re: [hi-zhouyn/ZHFilterMenuView] 快速选中模式下,双列表选择会出问题 (#7)
(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ }这个方法 当confirmType == ZHFilterMenuConfirmTypeSpeedConfirm 双列表模式下 如果选栏目会直接弹回没效果 需要加上downType == ZHFilterMenuDownTypeTwoLists类型的判断 去做不同处理
你是想要在双列表的情况不要底部重置、确定按钮,直接进行快速选择的组合方式吗?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
是的就是这个意思 可以兼容下 因为确实有这种需求市场上 … ------------------ 原始邮件 ------------------ 发件人: "zhouyn"<[email protected]>; 发送时间: 2020年3月12日(星期四) 下午4:32 收件人: "hi-zhouyn/ZHFilterMenuView"<[email protected]>; 抄送: "vincent shen"<[email protected]>;"Author"<[email protected]>; 主题: Re: [hi-zhouyn/ZHFilterMenuView] 快速选中模式下,双列表选择会出问题 (#7) (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ }这个方法 当confirmType == ZHFilterMenuConfirmTypeSpeedConfirm 双列表模式下 如果选栏目会直接弹回没效果 需要加上downType == ZHFilterMenuDownTypeTwoLists类型的判断 去做不同处理 你是想要在双列表的情况不要底部重置、确定按钮,直接进行快速选择的组合方式吗? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
已经新增支持双列表模式下快速选择,可更新最新版查看。