The iOS application I am working on has a view that needs to be locked in landscape orientation. Up to this point, that was accomplished by using the shouldAutorotate
I am thinking this is collateral damage with the multi-tasking feature.
You won't be able to assume anymore that you own the whole screen.
There may be other methods to call to disallow the multi-tasking mode.