Norman Sun
Norman Sun
```swift if let numberOfItems = pageView.dataSource?.numberOfItems(in: pageView), numberOfItems > 0 { } ``` Should this working?
i have the same issue! Try with: `pod 'DZNEmptyDataSet', :git => "https://github.com/norman93sun/DZNEmptyDataSet.git"`
I found the code is not right from pod. @dzenbot Since I add DZNEmptyDataSet from podfile,the func _didMoveToSuperview_ is not the same with source code
same issue
you may try with PR #101
Any solution ?
same issue
same question