Interface Builder中的PNG透明度

时间:2009-11-09 10:32:00

标签: iphone interface-builder png transparency

我在Interface Builder中添加了一个带有透明PNG(导航栏中的徽标)的图像视图,但透明像素似乎呈现为白色..

我在Interface Builder中搜索了PNG,但没有运气。任何提示?

2 个答案:

答案 0 :(得分:4)

确保取消选中视图属性的“绘图”部分中的“不透明”复选框,并确保背景的不透明度为0.

答案 1 :(得分:1)

在Interface Builder中的UIButton中选择图像后,需要告诉它使用0不透明度(alpha)的背景。