0

I'm facing an unknown problem trying to use a color:

I have the color RGB: 0, 148, 216

If i use Xcode storyboard, i get a different color than using

[UIColor colorWithRed:0/255.0f green:148.0/255.0f blue:216.0/255.0f alpha:1.0f];

Am I doing something wrong?

0 Answers0