Skip to content

Instantly share code, notes, and snippets.

View jakubknejzlik's full-sized avatar

Jakub Knejzlík jakubknejzlik

View GitHub Profile
@jakubknejzlik
jakubknejzlik / UIColor.swift
Last active July 9, 2017 23:56 — forked from nbasham/UIColor.swift
Swift 3: CSS color names and hex to UIColor. UIColor from hex 3, 4, 6, and 8 characters in length with or without # prefix. UIColor to hex. UIColor extension that creates immutable UIColor instances from hexadecimal and CSS color name strings (e.g. ff0, #f00, ff0000, ff0000ff, Pink, aZure, CLEAR, nil). Conversely, you can obtain a UIColor's hexa…
//
// UIColor.swift
// previously Color+HexAndCSSColorNames.swift
//
// Created by Norman Basham on 12/8/15.
// Copyright © 2017 Black Labs. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights