Hello,
I have a popoverviewcontroller which opens up when the user push a button. I have chosen no to let this view to respond on changes in the orientation. This works fine because I do not want the content in the popoverviewcontroller to change. The problem is the modalview which opens when the user clicks on one of the table cells in the popoverviewcontroller. I have set this view to react on changes in the orientations. The problems are:
If I flip the device when this modalview is open, the view flips along and everything is ok.
If I open up the popover thou, and then flip the device say into landscape mode and after that open up one of the modalviews is this modalview partly placed outside the screen. I suppose the problem is the popover not responding to orientation changes... Any ideas on this issue?
MACloop
I have a popoverviewcontroller which opens up when the user push a button. I have chosen no to let this view to respond on changes in the orientation. This works fine because I do not want the content in the popoverviewcontroller to change. The problem is the modalview which opens when the user clicks on one of the table cells in the popoverviewcontroller. I have set this view to react on changes in the orientations. The problems are:
If I flip the device when this modalview is open, the view flips along and everything is ok.
If I open up the popover thou, and then flip the device say into landscape mode and after that open up one of the modalviews is this modalview partly placed outside the screen. I suppose the problem is the popover not responding to orientation changes... Any ideas on this issue?
MACloop