VeinGuo / VGPlayer

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

Back button stops working after some rotations #59

Open anonym24 opened 6 years ago

anonym24 commented 6 years ago

Back button stops working after some rotations (landscapeRight > landscapeRight > landscapeRight)

self.navigationController?.popViewController(animated: true) doesn't do anything after (landscapeRight > landscapeRight > landscapeRight)

anonym24 commented 6 years ago

https://stackoverflow.com/questions/51723160/popviewcontroller-doesnt-work-after-rotation

anonym24 commented 6 years ago

I don't know hot but your player causes it if I remove it everything works fine