InfiniteLayout icon indicating copy to clipboard operation
InfiniteLayout copied to clipboard

Not Called UICollectionViewDelegate and UICollectionViewDelegateFlowLayout

Open vkcldhkd opened this issue 5 years ago • 5 comments

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....

vkcldhkd avatar Mar 29 '19 02:03 vkcldhkd

Hi!

Can i see your code please ? :)

arnauddorgans avatar Mar 31 '19 16:03 arnauddorgans

I used the source in the example..

vkcldhkd avatar Apr 01 '19 08:04 vkcldhkd

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)

arnauddorgans avatar Apr 01 '19 08:04 arnauddorgans

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

vkcldhkd avatar Apr 01 '19 09:04 vkcldhkd

I have the same crash with the latest version

neil-degoo avatar Apr 22 '19 08:04 neil-degoo