iOS - Allow Landscape mode on videos only
问题 I have videos throughout my app. Some using MPMoviePlayerController, others in a UIWebView with YouTube. I want my app to be totally portrait. However, I want to give the user the option to flip to landscape when there's a video (not force, but optional). I've been searching the web for an answer, but I haven't found anything yet. Thanks for your help! 回答1: I had the same issue and fixed it by adding this in my app delegate, basically allowing Landscape orientation only on subclasses of