How to create an App using the Single View App template where the main window does not rotate but the rest does?
问题 How to create an App using the Single View App template where the main window does not rotate but its rootViewController and everything else autorotates? Apple does that on CIFunHouse but because the code is poorly explained in that matter, it is impossible to know how they did it. If you run the app you will see that the camera's preview window does not autorotate because the preview was added to the window but everything else does. Apple uses this technique on their native iPad camera app.