Kirill Kudaev
Results
2
comments of
Kirill Kudaev
Thank you! Currently doesn't work on my very first cell for some reason. Works for every other one. Trying to investigate...
Solves some edge cases: ``` let hasScrollingVelocity = isHorizontal ? (velocity.x != 0) : (velocity.y != 0) let proposedContentOffsetCenterOrigin: CGFloat if hasScrollingVelocity { let velocityDirectionMultiplier: CGFloat = (isHorizontal ? velocity.x...