ios - UIToolbar background image faded -
i want show green image on uitoolbar. image , code used are:
[topbar insertsubview:[[[uiimageview alloc] initwithimage:[uiimage imagenamed:@"title-bar.png"]] autorelease] atindex:0];
i succesfully load image. image not showing properly. dimmed shown below.
am missing something? how can configure show image same?
Comments
Post a Comment