I\'m trying to make my tabBar transparent, I\'ve searched but all I found was articles resulting in partly and not fully transparent tabBars and some were for IOS 5, etc.
Have you tried the barTintColor?
barTintColor
[[UITabBar appearance] setBarTintColor:[UIColor clearColor]]; [[UITabBar appearance] setBackgroundImage:[UIImage new]];
That should do the trick.