表视图的 headerView 中的 UITableView

Posted

技术标签:

【中文标题】表视图的 headerView 中的 UITableView【英文标题】:UITableView in table view's headerView 【发布时间】:2012-06-17 11:13:49 【问题描述】:

与UITableView sections to always stay within view 相关,但我有一个不确定的想法:

有没有人尝试过将UITableView 嵌套在另一个UITableView 中,无论是将第二个作为tableHeaderView 还是作为第一个的部分标题?

【问题讨论】:

uitableview 也是一个视图所以它可以成为可能 有可能,但效果如何? 你想解决什么问题? 【参考方案1】:

UITableView 派生自 UIScrollView。在滚动视图中包含滚动视图通常不是一个好主意(例外:当滚动方向相互垂直时)。

否则,您最终会得到一个不适合大多数用户的用户界面。

【讨论】:

以上是关于表视图的 headerView 中的 UITableView的主要内容,如果未能解决你的问题,请参考以下文章

为同一视图控制器中的两个表实现单个“numberOfRowsInSection”方法

iOS tableView中section的headerView的位置

按钮对 UITableView 的 headerview 没有响应

iOS 解决tableView中headerView头部视图不跟随tableView滑动的方法

如何从主干中的另一个视图绑定元素上的事件

tableView.headerView(forSection: 0) 的高度为零