Background Color

suggest change

Swift

label.backgroundColor = UIColor.redColor()

label.backgroundColor = .redColor()

Swift 3

label.backgroundColor = UIColor.red

Objective-C

label.backgroundColor = [UIColor redColor];

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents