TabBar / "More View Controller" - Possible to have icons in colors other than black?

Posted by Malakim on Stack Overflow See other posts from Stack Overflow or by Malakim
Published on 2010-05-24T12:09:07Z Indexed on 2010/05/24 12:11 UTC
Read the original article Hit count: 224

Hi,

Is it possible to have the icons in a TabBar and / or the "More navigation controller" be in colors other than grey and black? I tried changing the color of the icon I set for the view controller using UITabBarItem's

- (id)initWithTitle:(NSString *)title image:(UIImage *)image tag:(NSInteger)tag

method.

My client thinks the interface is too dark and want's to brighten it up with some colorful icons...

Thanks!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c