Skip to content

Instantly share code, notes, and snippets.

@VikasPrajapatiSA
VikasPrajapatiSA / ScrollingDecelerator.swift
Created October 5, 2020 09:45 — forked from levantAJ/ScrollingDecelerator.swift
Transfer the decelerating between multiple UIScrollViews
//
// ScrollingDecelerator.swift
// ShopBack
//
// Created by Tai Le on 6/5/20.
// Copyright © 2020 levantAJ. All rights reserved.
//
final class ScrollingDecelerator {
weak var scrollView: UIScrollView?