Skip to content

Releases: LinXunFeng/LXFProtocolTool

1.1.0

17 Nov 08:30
Compare
Choose a tag to compare
  • Refreshable : 支持多控件下区分控制各控件的刷新状态
case let .setRefreshStatus(status, listIndex):
    switch listIndex {
        case .first: lxf.refreshStatusRespective.value = (status, ListIndex.first.rawValue)
        case .second: lxf.refreshStatusRespective.value = (status, ListIndex.second.rawValue)
    }

1.0.0

17 Nov 08:29
Compare
Choose a tag to compare
  • Upgrade to Swift 4.2

0.6.0

17 Nov 08:28
Compare
Choose a tag to compare
  • Refreshable : 进一步 Rx

0.5.1

17 Nov 08:28
Compare
Choose a tag to compare
  • FullScreenable : 修复控制器手动进入并退出全屏后无法自动全屏

0.5.0

17 Nov 08:27
Compare
Choose a tag to compare
  • EmptyDataSetable : 修复 emptyDataSetView 偏移问题
  • EmptyDataSetable : 添加生命周期回调
  • FullScreenable : 添加自动进入退出全屏功能

0.4.1

17 Nov 08:26
Compare
Choose a tag to compare
  • Fix FullScreenableConfig

0.4.0

17 Nov 08:25
Compare
Choose a tag to compare
  • 新增全屏旋转协议 FullScreenable

0.3.0

17 Nov 08:24
Compare
Choose a tag to compare
  • 新增 Refreshable
  • 使用 lxf 命名空间

0.2.0

17 Nov 08:23
Compare
Choose a tag to compare
  • 新增 AssociatedObjectStore 动态存储属性协议

0.1.2

17 Nov 08:21
Compare
Choose a tag to compare
  • LXFNibloadable 添加多种 nib 加载