I'm using a NavigationController and have a particular View that does not lay out well when switched to Landscape mode. I've made a "landscape optimized" version of that view and when the user rotates the iPhone, I'd like to switch from the Portait version to the Landscape version. The reason is I have 0 - 9 in classic calculator 3 x 3 + 1 format which gets hidden.
I thought I might be able to do this with the WillRotate and pop the current view off the NavigationController stack and push the replacement on, but that's throwing an exception.
Any ideas? I'd like it to be animated and if possible make this not seem obvious to the user.