headerViewForSection 和 footerViewForSection 总是返回 nil
Posted
技术标签:
【中文标题】headerViewForSection 和 footerViewForSection 总是返回 nil【英文标题】:headerViewForSection and footerViewForSection always returning nil 【发布时间】:2015-11-11 16:44:21 【问题描述】:所以在第 I 节的标题中创建一个自定义视图并将其返回以显示(该函数返回一个 UIView)
视图已显示并且在应用程序中表现正常,但是每当我调用 headerViewForSection 时,我都会返回 nil
【问题讨论】:
【参考方案1】:这让我有点挂了但是我想发一个帖子来帮助别人,函数headerViewForSection()
和footerViewForSection()
实际上返回一个UITableViewHeaderFooterView类型的值?
尽管它可以在
func tableView(tableView: UITableView, viewForFooterInSection section: Int) -> UIView?
如果你想检索它,操作系统将不会返回任何接受 UITableViewHeaderFooterView 的类型或子类的东西。希望这对某人有所帮助
【讨论】:
是的,返回的视图需要是 UITableViewHeaderFooterView 的子类以上是关于headerViewForSection 和 footerViewForSection 总是返回 nil的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 XSL-FO(和 Apache FOP)计算从应用模板返回的元素