Is it possible to disable floating headers in UITableView with UITableViewStylePlain?

前端 未结 29 1064
走了就别回头了
走了就别回头了 2020-11-29 15:02

I\'m using a UITableView to layout content \'pages\'. I\'m using the headers of the table view to layout certain images etc. and I\'d prefer it if they didn\'t

29条回答
  •  南方客
    南方客 (楼主)
    2020-11-29 15:27

    You can add one Section(with zero rows) above, then set the above sectionFooterView as current section's headerView, footerView doesn't float. Hope it gives a help.

提交回复
热议问题