I have a UITableView and I set its contentMode to bottom. I expected when the orientation changes, the bottom part of the UITableView will stay foot and the top part will change.
Yet this doesn't happen.
I printed the content mode on the willRotate method and it seems fine.
Any ideas what could bother it?