Orientation Change (Rotate) Does Not Rotate All Subviews
I've got a multi-view app and I'm trying to get everything to respond properly to a device rotate (orientation change). So far, this works perfectly for each individual subview.
But if I switch to a new subview, rotate the device, and then switch back to the first subview, it hasn't been rotated. Worse yet, that first subview won't ever auto-resize properly once this has happened (until I restart the app).
When loading a subview, how do I get it to notice the current orientation and resize its controls correctly, just as though I had rotated the device while the subview was loaded?
|