I can do this in xib file by selecting one of the option in the "Style" drop down menu eg. "Black Translucent". How can I do it programmatically ?
Thx
In the view controller where you want to set this, add the following to viewDidLoad
:
[self.navigationController.toolbar setBarStyle:UIBarStyleBlackTranslucent];