在另一个表视图中设置表视图控制器的部分

时间:2011-12-02 10:38:18

标签: iphone ios ipad uitableview sections

我有FirstViewController(继承自UITableViewController),我想在{{1}的第一部分中显示SecondViewController(也来自UITableViewController) }。

有办法做到这一点吗?

1 个答案:

答案 0 :(得分:0)

您可以尝试将 SecondViewController.view 放在 FirstViewController 的第一部分/行的UITableViewCell内。

但也许最好的解决方案是创建UITableView(超过UITableViewController)的子类并执行相同操作,或将其添加到 FirstViewController 的headerView中。

对于代码部分,如果您遇到问题或更精确的问题,请尝试并返回: - )

无论如何,它应该有效^^