Skip to content

Instantly share code, notes, and snippets.

View grhowes's full-sized avatar

Glenn Howes grhowes

View GitHub Profile
//
// UIColor+GH.swift
// Generally Helpful Software
//
// Created by Glenn Howes on 1/15/16.
// Copyright © 2016 Generally Helpful Software. All rights reserved.
//
// MIT License
@grhowes
grhowes / UIColor+GH.swift
Created April 6, 2016 12:28
A UIColor extension that uses hashing to make a unique color to a string
//
// UIColor+GH.swift
// Signal GH
//
// Created by Glenn Howes on 1/15/16.
// Copyright © 2016 Generally Helpful Software. All rights reserved.
//
import UIKit
import Colours