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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -