wwmz/WMZDropDownMenu

如何获取选择的数据?

lumangmang opened this issue · 3 comments

大佬...请教2个问题
image

wwmz commented

大佬...请教2个问题 image

/// 获取所有选中

  • (NSArray*)getAllSelectArr;
    /// 获取某一行 所有列选中的数据
  • (NSArray*)getSelectArrWithPathSection:(NSInteger)section;
    /// 获取某一行 某一列选中的数据
  • (NSArray*)getSelectArrWithPathSection:(NSInteger)section row:(NSInteger)row; 复选的话 可以在点击标题的代理里 根据 selectBtn.selectType == 1 来判断

这样不行..selectType判断不了,我意思 当我点击积分的时候 会升序 再次点击的时候会降序 怎么来判断当前是升序还是降序
Uploading image.png…