2

i´ve seen apps where the toolbar had a custom image as background. in the class reference of UIToolbar i can´t find any property for that. in IB there is also no parameter to set a custom image.

is the only way to achieve that an UIView at the bottom that looks like a toolbar?

regards

rockstarberlin
  • 1,853
  • 1
  • 18
  • 31
  • Check out this article: [Recreating the iBooks wood themed navigation bar](http://idevrecipes.com/2010/12/13/wooduinavigation/) Hope it helps. – Anh May 03 '11 at 11:14

1 Answers1

3

There isn't a property for doing that. However it is achievable using the way mentioned in the accepted answer in this post

Community
  • 1
  • 1
Vin
  • 10,517
  • 10
  • 58
  • 71