我使用以下行创建一个带有名为import2x.png的自定义图标的UIBarButtonItem: UIBarButtonItem *btnImport = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"import2x.png"] style:UIBarButtonItemStylePlain target:se
UIBarButtonItem *btnImport = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"import2x.png"] style:UIBarButtonItemStylePlain target:self action:@selector(btnImport)];
图标是一个如下所示的png:
但这是它在模拟器上运行时的样子 – 一个坚实的红色正方形:
使用透明(alpha = 0)背景创建图标.
有什么建议? TIA.
提供的链接中的图像具有不透明的背景.如果那是您正在使用的相同图像,那么它看起来就像一块坚固的块.它应该使用透明背景创建,如下所示:
即在Photoshop中你应该能够看到这样的背景图案: