方案三在iOS8.1-8.3上可以通過(guò)系統(tǒng)只允許豎屏來(lái)避免全屏右半邊無(wú)法點(diǎn)擊的問(wèn)題;
具體做法: 在進(jìn)入視頻播放vc時(shí)(在viewWillAppear:)中設(shè)置-application:supportedInterfaceOrientationsForWindow:的返回值為UIInterfaceOrientationMaskAllButUpsideDown. 然后在viewWillDisappear:中設(shè)置-application:supportedInterfaceOrientationsForWindow:返回UIInterfaceOrientationMaskAllButUpsideDown;