guilhermearaujo / GUIPlayerView

MIT License
163 stars 39 forks source link

Warning fix / Exposed full screen toggle to public #13

Open staticdreams opened 9 years ago

staticdreams commented 9 years ago

It would be handy to call full screen toggle when device rotates

 override func didRotateFromInterfaceOrientation(fromInterfaceOrientation: UIInterfaceOrientation) {
      player.toggleFullscreen()
 }