I have a table view with header and footer in every section. When the device rotates, the headers resizes to fit the table's width, but the footers remains with portrait width.
I tried setting a large width in the xib file, and it works for the header, but no effect on footer.
I also tried doing a reload data in
viewWillTransitionToSize
and it works, but I feel like is not the best way to do it, it also has a weird animation while rotating.