UITableView Footer, Stop from floating over content

Ok, it turns out that if you set the footer view via blahblahtableView.tableFooterView = someview; , the footer will not scroll with the table.

However, if you create your footer using viewForFooterInSection, it WILL follow your view around and stick on the bottom of the screen.

Not sure why I couldn’t find this answer sooner. Sorry all 🙂

Leave a Comment