iPhone PopUp RGB colors
- by McLas
Hi,
I am presenting a UIView with an animation that takes half of the screen. I've seen it in many apps but could not find the appropriate RGB colors:
iOS uses it for example in "contacts":
http://img98.imageshack.us/img98/9402/image001u.png
I'm trying with :
bottomLayer.backgroundColor = [[UIColor colorWithRed:80.0/255.0 green:86.0/255.0 blue:97.0/255.0 alpha:1] CGColor];
but it's all whitey.
If anyone could get how this popup is designed...
Thanks!