VeinGuo / VGPlayer

📺 A simple iOS video player by Vein.
https://github.com/VeinGuo/VGPlayer
MIT License
400 stars 101 forks source link

Full screen in portrait App #76

Open amirch123 opened 5 years ago

amirch123 commented 5 years ago

Hi First,thnak to you for good library my app is working in portrait mode(i can not enable landscapeLeft or landscaperight ),whene i select full screen button,nothing happens

plz help thnaks

userSV commented 5 years ago

If your app is supporting only portrait mode, this will not work until you change the orientation of your single controller in landscape and portrait. Check by changing the device orientation in general settings in project or programmatically in the controller playing video.