auto-rotation

iOS 6.0+ autorotation for youtube embedded video

…衆ロ難τιáo~ 提交于 2019-11-28 23:56:41
I want to only support vertical orientation throughout all the view controllers of my iOS app. However, I embed a YouTube video in one of my view controllers, and when that video is selected to take up the full screen, I want the user to be able to orient his/her phone horizontally so the video expands to take the full screen. EDIT: I tried using the following code from Autorotate in iOS 6 has strange behaviour : - (NSUInteger) application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window { return self.fullScreenVideoIsPlaying ?

iOS 6.0+ autorotation for youtube embedded video

↘锁芯ラ 提交于 2019-11-27 15:07:38
问题 I want to only support vertical orientation throughout all the view controllers of my iOS app. However, I embed a YouTube video in one of my view controllers, and when that video is selected to take up the full screen, I want the user to be able to orient his/her phone horizontally so the video expands to take the full screen. EDIT: I tried using the following code from Autorotate in iOS 6 has strange behaviour: - (NSUInteger) application:(UIApplication *)application