I've seen a lot of people doing this:
[[UIToolbar appearance] setBackgroundImage:toolBarImage forBarMetrics:UIBarMetricsDefault];
For me it doesn't work, because my App crashes and says:
-[_UIAppearance setBackgroundImage:]: unrecognized selector sent to instance 0xab8fe80
I already researched and found out that UIAppearance is only available since ios 5, but my simulator is 6.1 and my iPhone too. Also I did this with the NavigationBar which works.
Hope you can help me :) Thanks a lot!!