Skip to content

Instantly share code, notes, and snippets.

View ZaurGiyasov's full-sized avatar

Zaur Giyasov ZaurGiyasov

  • Russia / Nizhniy Novgorod
View GitHub Profile
@ZaurGiyasov
ZaurGiyasov / UIColor.swift
Created March 22, 2021 16:40 — forked from nbasham/UIColor.swift
Swift 4: Convert CSS color names and RGB hex values 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 obta…
//
// UIColor.swift
// previously Color+HexAndCSSColorNames.swift
//
// Created by Norman Basham on 12/8/15.
// Copyright ©2018 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