navbar color

0 views
Skip to first unread message

Znoopy

unread,
Aug 26, 2009, 6:32:46 PM8/26/09
to LiquidGear
Anyone knows where to change the color of the navbar to not be blue?
LG setup seems to differ a bit.

Thanks!

eleolbu

unread,
Sep 5, 2009, 11:04:19 AM9/5/09
to LiquidGear
Znoopy,

First let me say I am no Obj-C expert, but what I did to change NavBar
color was to add the following lines in the initWithController
constructor right before the return self.

navBar.barStyle = UIBarStyleBlack;
navBar.tintColor = [[UIColor alloc]initWithRed:.335 green:.333 blue:.
110 alpha:1];

return self;

I found the barStyle gave me the gradient I was looking for and with
the tintColor you can adjust the Red, Green, Blue, and Alpha which was
what I was looking to achieve.

Znoopy

unread,
Sep 7, 2009, 10:51:40 AM9/7/09
to LiquidGear
Thanks!
Reply all
Reply to author
Forward
0 new messages