objective c - Change UIToolbar color above UIKeyboard iOS 7 color -


i'm trying change color of uitoolbar above keyboard, can not recreate color black semi transparent keyboard, have tried this:

alerttoolbar.bartintcolor = [uicolor colorwithred:0.0f green:0.0f blue:0.0f alpha:0.5f]; 

but result:

enter image description here

alerttoolbar.barstyle = uibarstyleblack;

that should give ios 7 blur looking for. don't tint toolbar, set tool bar style.


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -