Is it possible to use custom colors and background images in a UITabBar? I realize that Apple would like everyone to use the same blue and gray tab bars, but is there any way to customize this?
Second, even I were to create my own TabBar-like view controller, along with custom images, would this violate Apple's Human Interface Guidelines?
Best Solution
I found an answer to this at Silent Mac Design.
I implemented this way:
First make a subclass of UITabBarContoller
And in your Nib file replace the class of your TabBar Controller with CustomUITabBarController.