You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different cell returned based on centered indexPath return on infiniteCollectionView(_ infiniteCollectionView: InfiniteCollectionView, didChangeCenteredIndexPath centeredIndexPath: IndexPath?
#10
Open
jijijrey opened this issue
Jul 5, 2019
· 1 comment
How can I get the correct centered cell from the given centeredIndexPath in the delegate?
Thanks
The text was updated successfully, but these errors were encountered:
jijijrey
changed the title
Different centered indexPath return on delegate
Different cell returned based on centered indexPath return on infiniteCollectionView(_ infiniteCollectionView: InfiniteCollectionView, didChangeCenteredIndexPath centeredIndexPath: IndexPath?
Jul 5, 2019
i want to edit the cell contents once they are scroll to the center but when I dequeue cell from the given centeredIndexPath from delegate func
func infiniteCollectionView(_ infiniteCollectionView: InfiniteCollectionView, didChangeCenteredIndexPath centeredIndexPath: IndexPath?)
i will get the wrong cell.
How can I get the correct centered cell from the given centeredIndexPath in the delegate?
Thanks
The text was updated successfully, but these errors were encountered: