Where can I change the window my app uses from UIWindow to my own subclass “MyWindow” with storyboard?
问题 I've got a universal project here with storyboard. I've created a subclass of UIWindow called MyWindow, and I need to load it instead of the default UIWindow. Prior to storyboard, I would simply go to the .XIB file in XCode and change the class for the main window to MyWindow. However, I'm unable to find any section where I can change this in storyboard. Does anyone know where I can do this? I need the main window to load MyWindow, not UIWindow. 回答1: When using storyboards the application