Xiaoye220 / EmptyDataSet-Swift

🎄 DZNEmptyDataSet implement with Swift.A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display. DZNEmptyDataSet with Swift.
MIT License
692 stars 99 forks source link

返回偏移量不生效 #18

Closed Rdxer closed 5 years ago

Rdxer commented 6 years ago

不生效

func verticalOffset(forEmptyDataSet scrollView: UIScrollView) -> CGFloat { return 100 }

Xiaoye220 commented 6 years ago

能具体说明一下吗,好像我都没遇到过这种情况