Skip to content

Instantly share code, notes, and snippets.

View thuongvanbui39's full-sized avatar

thuongvanbui.39 thuongvanbui39

View GitHub Profile
@thuongvanbui39
thuongvanbui39 / FadeScrollView.swift
Created October 22, 2019 09:39 — forked from luismachado/FadeScrollView.swift
Custom UIScrollView with fade effect
//
// FadeScrollView.swift
//
// Created by Luís Machado on 23/06/2017.
// Copyright © 2017 Luis Machado. All rights reserved.
//
import UIKit
class FadeScrollView: UIScrollView, UIScrollViewDelegate {