iOS4去除应用程序图标的阴影
我已经给我的应用程序提供了一个图标,我提供的图像上没有任何阴影,但在 iPhone 上它显示了图标上的阴影。 是否可以去除阴影。
I have given an icon to my application the image i am giving is not having any shadow over it but on iphone it shows the shadow over the icon.
Is it possible to remove the shadow.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,您可以通过这样做来去除阴影。
在应用程序的 info.plist 文件中添加一行
图标已包含光泽效果
并选中该复选框。Yes,you can Remove shadow by doing this.
Include a row in the info.plist file of your app
Icon already includes gloss effects
and checkmark the checkbox.要删除应用程序图标的阴影,只需执行以下操作:
To remove shadow of the icon of the application, Just do this: