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
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.