Answers for "ui colors grey"

0

uicolor gray

// you can use digital color picker app available in mac os,
//Then whichever component's color you want just hover mouse pointer there and you will get the RGB Values in digital color meter and that RGB values you can use in setting the background of your view,
//in this way,
UIColor.init(red: 49.0/255.0, green: 49.0/255.0, blue: 49.0/255.0, alpha: 1.0)
Posted by: Guest on March-12-2020

Code answers related to "Swift"

Browse Popular Code Answers by Language