My table view\'s footer is a view that shows some tweets from a user, so I do not know its height until I got the tweets, I created a FooterViewController that has
Re-assign your footer view to the table. The table will recognize it has a new footer and re-do whatever layout needs to occur for the proper size of the footer.