Skip to content

Instantly share code, notes, and snippets.

View scottcc's full-sized avatar

Scott Corscadden scottcc

View GitHub Profile
@simme
simme / debounce-throttle.swift
Created December 20, 2016 10:04
Swift 3 debounce & throttle
//
// debounce-throttle.swift
//
// Created by Simon Ljungberg on 19/12/16.
// License: MIT
//
import Foundation
extension TimeInterval {