pronebird / UIScrollView-InfiniteScroll

UIScrollView ∞ scroll category
MIT License
1.06k stars 148 forks source link

Infinite scrolling not working on UICollectionView #67

Closed reza-khalafi closed 6 years ago

reza-khalafi commented 6 years ago

Hello I used this component for table view and worked correctly. but does not work on collection view. just one time load more works.

pronebird commented 6 years ago

Hi,

Thanks for reporting this. I admit that the component needs some maintenance to make sure it works as expected on iOS 11. I haven't touched it since iOS 10 I think.

makomori commented 6 years ago

It's working on UICollectionView, iOS 11 for me.

pronebird commented 6 years ago

@reza-khalafi could you please share the iOS version you run?

pronebird commented 6 years ago

@reza-khalafi the fixes for iOS 11 are now in development, see https://github.com/pronebird/UIScrollView-InfiniteScroll/pull/69.

It would be awesome if you could pull the PR and see if it fixes the broken collection view for you. If not I need more to figure out what exactly does not work.

reza-khalafi commented 6 years ago

Thank you

pronebird commented 6 years ago

Closing since it seems to me that issue may be related to iOS 11 targets, support for iOS 11 is still WIP though.