ios - UIToolbar background image faded -


i want show green image on uitoolbar. image , code used are: enter image description here

[topbar insertsubview:[[[uiimageview alloc] initwithimage:[uiimage imagenamed:@"title-bar.png"]] autorelease] atindex:0]; 

i succesfully load image. image not showing properly. dimmed shown below.

enter image description here

am missing something? how can configure show image same?


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c# - Avoiding duplicate methods for Task and Task<T> -

javascript - Which segment of a polyline was clicked? -