Skip to content

Releases: linhay/EmptyPage

4.1.0

15 Dec 05:07
Compare
Choose a tag to compare

EmptyPageView 支持点击事件透传

4.0.10

05 Apr 07:13
cead9ca
Compare
Choose a tag to compare

fix:
#12: UIScrollView设置contentInset后,空位位置偏移不居中

4.0.9

16 Mar 04:28
Compare
Choose a tag to compare

无更新内容, 与 4.0.8 相同.

4.0.8

16 Mar 03:00
Compare
Choose a tag to compare

chore: 上下区域高度占比约束添加偏移量设置

case topAndBottomSpacerRatio(_ multiplier: CGFloat, _ constant: CGFloat = 0)

4.0.7

11 Jul 07:13
Compare
Choose a tag to compare
  • fix: TableView & CollectionView, header & footer 是否存在加入到判空逻辑中.

    存在 header & footer 则不会显示空页面

  • feat: 新增空白页显示隐藏事件监听displayEvent: EmptyPageDelegate<Bool, Void>

4.0.4

19 Mar 03:57
Compare
Choose a tag to compare

fix:

  • 调整 text / title 视图的约束级别 (priority )
  • text / title 默认 height, 修改为 greaterThanOrEqual, 约束级别调整为 defaultHigh(750)
  • EmptyPageForText / text / title, 水平/垂直 - 抗压缩/抗拉伸 约束级别调整为 defaultHigh(749)

4.0.3

10 Jan 09:04
Compare
Choose a tag to compare

fix: #10 约束设置错误

4.0.2

25 Nov 10:31
Compare
Choose a tag to compare
  • fix: 处理多线程刷新引起的视图无法滚动的问题

4.0.1

24 Nov 14:30
Compare
Choose a tag to compare

修改数据源判断

4.0.0

06 Nov 09:56
Compare
Choose a tag to compare
  • 提供默认管理器来支持 UICollectionView & UITableView.
  • 可以自定义管理器来支持任何视图.
  • 空白页可以是任何形式的视图
  • 可以设置自定义的管理器来替代默认管理器
  • 可以设置自定义的管理器来全局替代默认管理器
  • 我们预置了几套模板来便捷的构建空页面.
  • 我们预置了一套带状态的管理器来应对无网络或更多情况