Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Called UICollectionViewDelegate and UICollectionViewDelegateFlowLayout #7

Open
vkcldhkd opened this issue Mar 29, 2019 · 5 comments

Comments

@vkcldhkd
Copy link

vkcldhkd commented Mar 29, 2019

Hi. Thanks for making a good library.

The methods in UICollectionViewDelegate and UICollectionViewDelegateFlowLayout have not been called since pod update.

installed InfiniteLayout from an empty project, it will be called properly. But not called in my project.

When using InfiniteLayout / Rx, the app dies in setupRx(setDelegate).

스크린샷 2019-03-28 오후 5 39 33

Why isn't it called only in my project??????? I need your help....

@arnauddorgans
Copy link
Owner

Hi!

Can i see your code please ? :)

@vkcldhkd
Copy link
Author

vkcldhkd commented Apr 1, 2019

I used the source in the example..

@arnauddorgans
Copy link
Owner

Are you setting RxInfiniteCollectionView delegate somewhere ? because you don't have to.
If you want to add additional flow delegate or whatever you have to use:

infiniteCollectionView.rx.setDelegate(YOURDELEGATE)

@vkcldhkd
Copy link
Author

vkcldhkd commented Apr 1, 2019

i'm not set delegate in storyboard and code..
It seems to collide somewhere, but I don't know the answer.

@neil-degoo
Copy link

I have the same crash with the latest version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants