Amir Khorsandi

Results 4 comments of Amir Khorsandi

That could be possible but not straightforward, you may need to hijack some gestures since UICollectionView doesn't let you do that. I'll look into this since it's a popular layout

The collectionview gestures are tight to changing content offset. But in a tinder-like view, we want to move the top card based on the gesture and don't change the content...

Hi, thanking for reporting the issue, I can tell the line you mentioned `cell.update(value: list[indexPath.row], index: indexPath, parent: self)` doesn't cause any memory leak since it's not async, but there...

Hey Jerry, Thanks for looking into this, we can definitely improve it. Feel free to open a PR and improve the code. I'll try to take a look and improve...