Releases: linhay/EmptyPage
Releases · linhay/EmptyPage
4.0.10
fix:
#12: UIScrollView设置contentInset后,空位位置偏移不居中
4.0.8
chore: 上下区域高度占比约束添加偏移量设置
case topAndBottomSpacerRatio(_ multiplier: CGFloat, _ constant: CGFloat = 0)
4.0.7
- fix: TableView & CollectionView, header & footer 是否存在加入到判空逻辑中.
存在 header & footer 则不会显示空页面
- feat: 新增空白页显示隐藏事件监听
displayEvent: EmptyPageDelegate<Bool, Void>
4.0.4
fix:
- 调整 text / title 视图的约束级别 (priority )
- text / title 默认 height, 修改为 greaterThanOrEqual, 约束级别调整为 defaultHigh(750)
- EmptyPageForText / text / title, 水平/垂直 - 抗压缩/抗拉伸 约束级别调整为 defaultHigh(749)