Skip to content

2.5.0

Compare
Choose a tag to compare
@LinXunFeng LinXunFeng released this 03 Sep 12:23
· 24 commits to master since this release

FullScreenable

  • 新增全屏控制参数初始化功能
lxf.setupFullScreenConfig(with: .init(supportInterfaceOrientation: .all))
  • 开放屏幕旋转方法
UIApplication.shared.lxf.rotate(with: .landscapeRight)

EmptyDataSetable

  • EmptyDataSetConfigure 实现 Equatable

LXFEquatable

新增项