I use the command:
[[UITabBar appearance] setBackgroundImage: [UIImage imageNamed:backGroundImageName]; From the delegate for the first time it works. Then I'm from one tabview trying to call the same command, but nothing happens.
Where to look for an error?