Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@SvenTiigi SvenTiigi released this 01 Mar 16:36
· 57 commits to main since this release

What's Changed

Disabled scrolling on macOS (#59)

Similar to iOS, scrolling has also been deactivated under macOS.

FullscreenMode (#60)

The style of the fullscreen player can now be easily adjusted via the YouTubePlayer.Configuration.FullscreenMode

let configuration = YouTubePlayer.Configuration(
    // Define which fullscreen mode should be used (system or web)
    fullscreenMode: .system
)
  • .system displays the system fullscreen AVPlayerViewController
  • .web displays the web based YouTube Player user interface

New Contributors

Full Changelog: 1.3.1...1.4.0