删除 Xcode 4 中的图标斜角
我知道这应该与以前的 xcode 没有任何不同,并且我知道在 xcode 4 发布之前有人问这个问题...
但是 xcode 4 中的 info.plist,而不是“图标已经包含光泽和斜角效果”它是“图标已经包含光泽效果”,我无法通过选择“否”来消除图标的斜角。他们是否对其进行了更改,以便在 xcode 4 中您无法摆脱斜角效果?或者我只是错过了什么?
我的图标大小合适,PNG 以及所有内容...图标可以工作,我只是无法摆脱斜角...
只是 iPhone 模拟器吗?
提前致谢。
I know this shouldn't be ANY different than in a previous xcode and I know there are questions asking this BEFORE xcode 4 came out...
But the info.plist in xcode 4, instead of "Icon already includes gloss and bevel effects" it is "Icon already includes gloss effects", and I can't get rid of the bevel of the icon by choosing "NO". Did they change it so that in xcode 4 you can NOT get rid of bevel effects? Or am I just missing something?
My icons are the right size and PNG and everything... the icons work, i just can't get rid of bevel...
Is it just the iPhone Simulator?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
图标已包含光泽效果
必须设置为YES
。您必须单击箭头(您可以在我的屏幕截图中看到它们)并从下拉菜单中选择
YES
。The
Icon already includes gloss effects
must be set toYES
.You have to click at the arrows (you can see them in my screenshot) and choose
YES
from drop-down menu.