views:

32

answers:

0

I will explain my problems in a few steps. Plz go through them and reply

  1. I have a mainView with 9 child view in it. Clicking on any of these child view it will goto a splitview replacing this whole mainview.

  2. SplitView consists of a tableview on left and a normal view on right.

  3. If I goto the splitview in portrait mode, everything works fine. I can see the leftview from a barbutton and if i rotate the splitview appears and eveything is fine.

Now comes the orientation issue.

  1. If I goto the splitview in landscape mode from the mainview,I can see the left table view but not able to scroll below the screen and the right detailed view only have half of it's area and the other half is blank.

But If i rotate it twice all becomes fine.

I couldnt find a solution to this problem. So I thought i will stop the orientation change when I goto the detailed view and after appearing I will make it forcefully rotate.

Can anyone suggest a solution or give me an answer?