Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JmoVxia committed Nov 15, 2023
1 parent 81aa160 commit d290878
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CLPlayer/CLFullScreenController/CLFullScreenController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,8 @@ extension CLFullScreenController {
override var prefersStatusBarHidden: Bool {
return true
}

override var prefersHomeIndicatorAutoHidden: Bool {
return true
}
}
1 change: 1 addition & 0 deletions CLPlayer/CLPlayerConfigure.swift
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public struct CLPlayerConfigure {
/// 全部
case all
}

/// 是否隐藏更多面板
public var isHiddenMorePanel = false
/// 初始界面是否显示工具条
Expand Down

0 comments on commit d290878

Please sign in to comment.