iPhone PopUp RGB colors
Posted
by
McLas
on Stack Overflow
See other posts from Stack Overflow
or by McLas
Published on 2010-12-21T14:52:04Z
Indexed on
2010/12/21
14:54 UTC
Read the original article
Hit count: 287
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!
© Stack Overflow or respective owner