ios – 为什么UITableViewAutomaticDimension不适用于sectionFooterHeight?

ios – 为什么UITableViewAutomaticDimension不适用于sectionFooterHeight?,第1张

概述嗨,有很多问题要回答UITableView的UITableViewCell的动态高度.但是当我为sectionFooterHeight做这件事时,我觉得很奇怪. 代码为: tableView.sectionHeaderHeight = UITableViewAutomaticDimension tableView.estimatedSectionHeaderHeight = 25 table 嗨,有很多问题要回答UItableVIEw的UItableVIEwCell的动态高度.但是当我为sectionFooterHeight做这件事时,我觉得很奇怪.

代码为:

tableVIEw.sectionheaderHeight = UItableVIEwautomaticDimension tableVIEw.estimatedSectionheaderHeight = 25 tableVIEw.sectionFooterHeight = UItableVIEwautomaticDimension tableVIEw.estimatedSectionFooterHeight = 50

并且在xib中为页脚视图设置了约束

虽然它适用于headervIEw但不适用于页脚

解决方法 我认为你需要实现tableVIEw:heightForFooterInSection:并返回UItableVIEwautomaticDimension 总结

以上是内存溢出为你收集整理的ios – 为什么UITableViewAutomaticDimension不适用于sectionFooterHeight?全部内容,希望文章能够帮你解决ios – 为什么UITableViewAutomaticDimension不适用于sectionFooterHeight?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://www.outofmemory.cn/web/1003703.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-22
下一篇 2022-05-22

发表评论

登录后才能评论

评论列表(0条)

保存