有没有办法隐藏 UITableView(分组)中的单元格?
如标题中所述,我想隐藏一个单元格而不是将其从表格中删除。有办法做到这一点吗?
As described in the title, I want to hide a cell and not remove it from the table. Is there a way to go about doing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 next: 设置处理单元格状态(隐藏或不隐藏)的变量:
当您想要隐藏或显示单元格时,要求重新加载它。这将触发之前的方法。
You can use next: set variable that handle cell state (hidden or not):
And when you want to hide or show cell ask to reload it. This will trigger previous method.