选项卡式栏控制器图标-无法显示png
我正在尝试显示 31x31 png 图标,但运气不佳。
我已经记不清应用于该图标的多个副本的不同设置了。 在 Photoshop 中另存为 PNG 时使用了所有组合。 甚至尝试下载 iPhone 的 ICC 颜色配置文件 - 再次失败。
谁能告诉我如何设置 Photoshop 文件并保存它,以便我可以成功地获取 png 文件以显示在选项卡栏上?
I am trying to get a 31x31 png icon to display without much luck.
I have lost count of the different settings I have applied to numerous copies of the icon.
Used all combinations when saving as a PNG from within Photoshop.
Even tried downloading an ICC color profile for the iphone - again no luck.
Can anyone tell me how the set up the photoshop file and save it so I can successfully get png files to show on the tabbed bar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 PNG 文件是项目文件的一部分吗?您还需要将其添加到项目中,以便将其作为捆绑包的一部分复制到模拟器/设备中。
另外,由于选项卡栏图像使用 PNG 透明度(而不是图形本身)进行渲染,您能否仔细检查您的图像是否不是 100% 不透明?否则它会显示为全黑。你的图像在 Photoshop 中的背景是什么?
Is your PNG file part of your project file? You'll need to add it to the project as well for it to get copied over to the Simulator/Device as part of the bundle.
Also, since the Tab Bar images use the PNG transparency - not the graphics themselves - to render, can you double check that your image is not 100% non-transparent? Otherwise it would appear as all black. What is your image's background in photoshop?