I have the following code in my App Delegate in order to change the appearance of my Tab Bar:
[[UITabBar appearance] setBackgroundImage:[UIImage imageNamed:@"tabBar.png"]];
However, the result is not what is intended!
a busy cat http://www.nashmexico.com/developerDocs/TabBarProblem.png
Why is the left corner of the image not complete. I have tried changing the image size and the result is the same.
Thanks in advance!