Norman Sun

Results 13 comments of 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

you may try with PR #101