标签: ios ipad ios7 uitoolbar
我想在UIToolBar上显示绿色图像。使用的图像和代码是:
[topBar insertSubview:[[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"title-bar.png"]] autorelease] atIndex:0];
我可以成功加载图片。但图像显示不正确。它变暗如下所示。
我错过了什么吗?如何配置它以显示完全相同的图像?