gpt4 book ai didi

iOS swift : Adding bottom insets between section in Table View

转载 作者:行者123 更新时间:2023-11-28 11:59:43 27 4
gpt4 key购买 nike

如果表格是普通类型,我想在一个部分的最后一个单元格和下一个部分的标题之间添加一些空格

我该怎么做?

最佳答案

你可以试试

func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {

return 20
}

func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {

return UIView()
}

关于iOS swift : Adding bottom insets between section in Table View,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50326905/

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