How do I rotate custom splash screen on iOS?
问题 My splash screen is working, but my app works on landscape mode, and the splash screen shows in the default portrait mode. How can I start the app so that the splash screen rotates between landscape modes like my app? I'm using the following code: - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { // Overriden to allow any orientation. if (interfaceOrientation == UIInterfaceOrientationLandscapeLeft || interfaceOrientation ==