Table View rotate, but not properly (shape change)

Posted by Pencrace on Stack Overflow See other posts from Stack Overflow or by Pencrace
Published on 2009-11-18T10:21:35Z Indexed on 2010/03/20 19:01 UTC
Read the original article Hit count: 338

Hello everyone,

Here is the thing. I have a ViewController which contain a view in full window. And the program run in landscape mode. I want to put an UITableView over the full screen view but only on right half part of the screen. So I add a UITableView in my view controller, I used the Interface Builder in order to set the Table View in the upper half of the screen so It will be on the right part in LandscapeLeft mode.

I searched for on a lot of forum how to rotate my Table View. And so it does... except, It get stuck on the upper half of the landscape mode, it should stick on the right half.

I'm not a iPhone coder since long, so I'm a bit confused on how to solve this problem. Do you have any idea on how to resize or make the TableView rotate properly.

Thanks,

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview