gpt4 book ai didi

iphone - 在 UITableViewController 中添加 subview

转载 作者:行者123 更新时间:2023-12-03 18:33:49 24 4
gpt4 key购买 nike

我正在使用 UITableViewController,我调整了 TableView 的高度并将其向下移动了一点。现在我想在该表格 View 上方添加一个 UIImageView,但我唯一能做的就是将该 UIImageView 添加为 UITableViewController 的 UITtableView 的 subview ,以便 UIImageView 不在 UITableView 上方,并且图像随表格滚动查看。

我怎样才能完成我正在尝试的事情?这是我一直在使用的代码:

UIImageView *tabImageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"temp.png"]];
[self.view addSubview:tabImageView];

谢谢!

最佳答案

我相信 UITableViewController 要求其 viewUITableView

过去,我通过将 View Controller 从子类化 UITableViewController 更改为子类化 UIViewController 并实现 UITableViewDataSourceUITableViewDelegate 协议(protocol)。然后,您可以让 view 成为您想要的任何内容,包括向下移动 UITableView 并添加 UIImageView

但不确定 4.2 中是否仍然如此。

关于iphone - 在 UITableViewController 中添加 subview ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4403385/

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