I need set launch screen only portrait but in other view controller that can support all orientation.Firstly, I try this method: IOS 8 iPad make only Launch Screen portrait only but it can't make other view controllers that support all orientations. How can i do something to fix it?
Asked
Active
Viewed 161 times
0
-
are you talking about the actual launch screen? Or the first ViewController that you consider as a transitionnal launch screen? – Olympiloutre Jun 19 '19 at 03:48
-
yes, it's the actual launch screen from xib. – user6877720 Jun 19 '19 at 03:54
-
Have a look at this https://stackoverflow.com/questions/50756091/ios-disabling-landscape-launchscreen-storyboard – singhabhi13 Jun 19 '19 at 04:16