WMZDropDownMenu icon indicating copy to clipboard operation
WMZDropDownMenu copied to clipboard

如何动态更改标题的内容

Open zgGitHub opened this issue 1 year ago • 0 comments

如何动态更改标题的内容,比如下图,点击第一个 section 里面的某个选项,隐藏销量标题 image

可能是我不会使用的关系,目前我就找到下面三个方法,似乎都无法做到上面的效果

/// 更新全局位置某个数据源的数据 可更换选中状态 显示文字等。。。 根据WMZDropTree 对应属性改变
- (BOOL)updateDataConfig:(NSDictionary*)changeData AtDropIndexPathSection:(NSInteger)section AtDropIndexPathRow:(NSInteger)row AtIndexPathRow:(NSInteger)indexPathRow;
/// 更新所有UI和数据
- (void)updateUI;
/// 重置所有数据 恢复原来
- (void)resetAll;

zgGitHub avatar Jul 05 '23 08:07 zgGitHub