We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如何动态更改标题的内容,比如下图,点击第一个 section 里面的某个选项,隐藏销量标题
可能是我不会使用的关系,目前我就找到下面三个方法,似乎都无法做到上面的效果
/// 更新全局位置某个数据源的数据 可更换选中状态 显示文字等。。。 根据WMZDropTree 对应属性改变 - (BOOL)updateDataConfig:(NSDictionary*)changeData AtDropIndexPathSection:(NSInteger)section AtDropIndexPathRow:(NSInteger)row AtIndexPathRow:(NSInteger)indexPathRow; /// 更新所有UI和数据 - (void)updateUI; /// 重置所有数据 恢复原来 - (void)resetAll;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如何动态更改标题的内容,比如下图,点击第一个 section 里面的某个选项,隐藏销量标题
可能是我不会使用的关系,目前我就找到下面三个方法,似乎都无法做到上面的效果
The text was updated successfully, but these errors were encountered: