Skip to content

Instantly share code, notes, and snippets.

View vves's full-sized avatar

Wes vves

  • Cello Hill
  • Colorado
  • 20:41 (UTC -06:00)
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 {