InfiniteLayout
InfiniteLayout copied to clipboard
Not Called UICollectionViewDelegate and UICollectionViewDelegateFlowLayout
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).
Why isn't it called only in my project??????? I need your help....
Hi!
Can i see your code please ? :)
I used the source in the example..
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)
i'm not set delegate in storyboard and code.. It seems to collide somewhere, but I don't know the answer.
I have the same crash with the latest version