Skip to content

Convenience method for creating autoreleased color using RGBA hex string.

License

Notifications You must be signed in to change notification settings

peteleco/UIColor-Hex-Swift

 
 

Repository files navigation

UIColor+Hex, now Swift.

Convenience method for creating autoreleased color using RGBA hex string.

var strokeColor = UIColor(rgba: "#ffcc00").CGColor // Solid color

var fillColor = UIColor(rgba: "#ffcc00dd").CGColor // Color with alpha

See more in RSBarcodes_Swift and objc version

About

Convenience method for creating autoreleased color using RGBA hex string.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%