Skip to content

Release 3.7.1

Compare
Choose a tag to compare
@changsanjiang changsanjiang released this 14 Jul 09:34
· 47 commits to master since this release
  • 适配 iOS 16.0 旋转
  • 部分功能重命名:
    • player.hiddenPlaceholderImageViewWhenPlayerIsReadyForDisplay 修改为 player.automaticallyHidesPlaceholderImageView, 表示是否自动隐藏占位图;
    • player.pauseWhenAppDidEnterBackground 修改为 player.pausedInBackground, 表示进入后台是否暂停;
    • player.floatSmallViewController 修改为 player.smallViewFloatingController, 该功能使播放器可以进入小浮窗模式播放;