viewForFooterInSection sets the section footer. To set the table footer, you want to set
self.tableView.tableFooterView = myCustomFooterView
where myCustomFooterView is what you are setting up elsewhere. You probably set this to viewDidLoad.
Nick curran
source share