gpt4 book ai didi

swift - 如何垂直对齐 Table View Cell 的所有内容?

转载 作者:可可西里 更新时间:2023-11-01 00:38:46 25 4
gpt4 key购买 nike

我想让表格单元格中的所有内容垂直居中对齐。

enter image description here

我希望我的内容呈现在红线处

enter image description here


我试过了

通过代码

func updateTableViewContentInset() {
let viewHeight: CGFloat = view.frame.size.height
let tableViewContentHeight: CGFloat = placesTable.contentSize.height
let marginHeight: CGFloat = (viewHeight - tableViewContentHeight) / 2.0

self.placesTable.contentInset = UIEdgeInsets(top: marginHeight, left: 0, bottom: -marginHeight, right: 0)
}

override func viewWillAppear(_ animated: Bool) {
updateTableViewContentInset()
}

enter image description here


我试过了

enter image description here

我得到了

enter image description here

结果

enter image description here

甚至通过 Storyboard,但还没有得到我正在寻找的预期结果。

对我有什么提示吗?

最佳答案

您需要删除标签的顶部约束并从最左侧的标签按住 ctrl 拖动到 contentView 并选择垂直居中,但请注意您需要实现 heightForRowAt 以提供正确的高度

关于swift - 如何垂直对齐 Table View Cell 的所有内容?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53104506/

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