gpt4 book ai didi

ios - 在 UITableView 上设置按钮

转载 作者:行者123 更新时间:2023-11-29 01:10:19 25 4
gpt4 key购买 nike

我如何在 tableView 上设置按钮。当我在表格 View 上设置任何 View 或按钮时,这占据了表格 View 的完整宽度,我无法更改其宽度。我如何实现它(右下按钮)。我的用户界面在这里:

enter image description here

最佳答案

button.center = self.view.center

尝试

让 cellHeight: CGFloat = 44.0按钮.center = CGPoint(x: view.bounds.width/2.0, y: cellHeight/2.0)假设您的 tableView 是全宽并且 cellHeight 是 44.0。您目前还无法从单元本身获得实际高度。如果您想要实际高度,则必须从 tableView:willDisplayCell:forRowAtIndexPath: 方法获取它或执行其他操作。

此外,您应该在方法本身中使用 tableView 变量,而不是使用 self.myTable。

关于ios - 在 UITableView 上设置按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35838605/

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