Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@willryanuk
willryanuk / README
Created September 6, 2019 23:28 — forked from joelambert/README
Drop in replacements for setTimeout()/setInterval() that makes use of requestAnimationFrame() where possible for better performance
Drop in replace functions for setTimeout() & setInterval() that
make use of requestAnimationFrame() for performance where available
http://www.joelambert.co.uk
Copyright 2011, Joe Lambert.
Free to use under the MIT license.
http://www.opensource.org/licenses/mit-license.php
@willryanuk
willryanuk / ZUISwitch.h
Created October 26, 2012 11:41
This is a UISwitch with a block based hander for value change control events
//
// ZUISwitch.h
// zeebox
//
// Created by Will on 26/10/2012.
// Copyright (c) 2012 Electric Labs. All rights reserved.
//
@interface ZUISwitch : UISwitch