ios - Bar Tint on UIToolBar when translucent is false -


i try set bar tint color (in interface builder) on uitoolbar has translucent set off. no matter color choose, toolbar white in emulator (it changes color in ib). need set translucent true in order have uitoolbar right bar tint. apple doc, don't see anywhere mentioned bartintcolor not working when translucent set false.

thanks

edit

it looks issue in interface builder, setting bar tint color in code working, can confirm?

from docs

https://developer.apple.com/library/ios/documentation/uikit/reference/uitoolbar_class/#//apple_ref/occ/instp/uitoolbar/translucent

if set property no on toolbar translucent custom background image, toolbar provides opaque background image using black if toolbar has uibarstyleblack style, white if toolbar has uibarstyledefault, or toolbar’s bartintcolor if custom value defined.


Comments