Skip to content

Commit 9d35abc

Browse files
committed
update(FullScreenable): 公开setCurrentFullScreenConfig方法
1 parent d9e9110 commit 9d35abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LXFProtocolTool/Classes/FullScreenable/FullScreenable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ extension LXFNameSpace where Base : UIApplication {
528528
}
529529

530530
/// 设置当前全屏配置
531-
fileprivate func setCurrentFullScreenConfig(isEnter: Bool, config: FullScreenableConfig?) {
531+
public func setCurrentFullScreenConfig(isEnter: Bool, config: FullScreenableConfig?) {
532532
if config != nil { base.lxf.currentFullScreenConfig = config! }
533533
else { base.lxf.currentFullScreenConfig.supportInterfaceOrientation = isEnter ? .landscape : .portrait }
534534
}

0 commit comments

Comments
 (0)