I have UIViewControllera UIViewc UITableViewinside.
Everything works fine in landscape mode, but when the device is rotated to Portrait, the lower half is UITableViewnot available (cannot even select any row in the lower half or scroll through the table). All lines are displayed correctly.
I twist and rearrange UIViewand UITableViewrotate.
Any ideas how to solve this problem?
source
share