gpt4 book ai didi

iphone - 如何以编程方式向下移动整个 UITableView

转载 作者:行者123 更新时间:2023-12-01 17:26:17 26 4
gpt4 key购买 nike

我有一个表格 View ,我需要向下推并调整其大小。我不能为此使用内容插图,因为它不是我需要下推的内容。我实际上需要将整个 tableview 向下移动 44px。

我试过的:

CGRect tableViewFrame = self.tableView.frame;
tableViewFrame.origin.y = 44;
self.tableView.frame = tableViewFrame;

先感谢您!

最佳答案

您需要更改您的 UITableViewController定期UIViewController然后将表格添加为 subview 。然后,只需手动实现 UITableViewDelegateUITableViewDataSource该 View Controller 中的协议(protocol)。完成此操作后,您可以使用上面的代码移动表格 View ,就像任何其他 subview 一样。

看看this answer例如。

关于iphone - 如何以编程方式向下移动整个 UITableView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17101110/

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