self.view.backgroundColor = UIColor.lightGreyColor()
What are the RGB value of 'light Grey' so I can match it up in my PhotoShop graphics?
self.view.backgroundColor = UIColor.lightGreyColor()
What are the RGB value of 'light Grey' so I can match it up in my PhotoShop graphics?
its.
R-170, G-170, B-170
you can check it on xcode also