We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e9110 commit 9d35abcCopy full SHA for 9d35abc
LXFProtocolTool/Classes/FullScreenable/FullScreenable.swift
@@ -528,7 +528,7 @@ extension LXFNameSpace where Base : UIApplication {
528
}
529
530
/// 设置当前全屏配置
531
- fileprivate func setCurrentFullScreenConfig(isEnter: Bool, config: FullScreenableConfig?) {
+ public func setCurrentFullScreenConfig(isEnter: Bool, config: FullScreenableConfig?) {
532
if config != nil { base.lxf.currentFullScreenConfig = config! }
533
else { base.lxf.currentFullScreenConfig.supportInterfaceOrientation = isEnter ? .landscape : .portrait }
534
0 commit comments