Created
July 6, 2020 05:37
-
-
Save RustemAqtau/e9e3912f25b819333d6eabdbd60892de to your computer and use it in GitHub Desktop.
UIColor extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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