FelipeCardoso89 / UILoadControl

Add a PushToLoad control to any UIScrollView
MIT License
56 stars 20 forks source link

Not working if content is not filled up scroll height #12

Open vivekkadam03 opened 5 years ago

vivekkadam03 commented 5 years ago

I used UILoadControl for collectionview pagination. On first load I am loading cells but that cells are not covering full collection view height. When trying to scroll and load more content set observer is not getting called.

If first content is more than collection view height then is it working fine. can you please help me out in this problem?