Skip to content

Instantly share code, notes, and snippets.

@RustemAqtau
Created July 6, 2020 05:37
Show Gist options
  • Save RustemAqtau/e9e3912f25b819333d6eabdbd60892de to your computer and use it in GitHub Desktop.
Save RustemAqtau/e9e3912f25b819333d6eabdbd60892de to your computer and use it in GitHub Desktop.
UIColor extension
import UIKit
extension UIColor {
static func buttonRed() -> UIColor {
return //hex of the color
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment