gpt4 book ai didi

swift - 使用 xcode 6.4,当有很多部分时隐藏/取消隐藏 TableView 部分中的行

转载 作者:行者123 更新时间:2023-11-30 14:05:05 25 4
gpt4 key购买 nike

我有一个包含许多部分的表,每个部分也有行。如何隐藏/取消隐藏每个部分的行?如果用户只看到部分并且可以“点击”该部分来查看行选择,则表格将更易于管理。

最佳答案

在 TableView 的数据源中实现tableView(_, numberOfRowsInSection)以返回0(隐藏它们)或实际值。然后,在 TableView 的委托(delegate)中,实现 tableView(_:viewForHeaderInSection:) 以返回监听点击的 View 。

关于swift - 使用 xcode 6.4,当有很多部分时隐藏/取消隐藏 TableView 部分中的行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32533061/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com