I'm getting crazy. I have two view controllers (A and B) that supports device orientation.
- In A portrait mode, I modally present B => working well
- In A landscape mode, I modally present B => not working
- When in B, if I change device orientation and dismiss it => not working
By 'not working' I mean the displayed screen is not as expected (graphical objects are not placed where they should be, or do not appear on the screen). I do not know what I should do to prevent that from happening.
Please help!