简体   繁体   English

iPhone图标在文档共享选项上有光泽

[英]iPhone icon has gloss on the document share options

I declared my application to accept file types from other apps ( App-RelatedResources ) 我声明我的应用程序接受其他应用程序中的文件类型( App-RelatedResources

When doing so, I had to specify which icon to use, and I chose my app icon. 这样做时,我必须指定要使用的图标,然后选择应用程序图标。 I also specified in my info.plist that there should not be gloss on the icon, and indeed there is not on the icon that is on the springboard. 我还在info.plist中指定,图标上不应有光泽,而跳板上的图标上实际上没有光泽。 However, there IS a gloss on the icon when it appears on the pop up where I select to "open with" my application. 但是,当图标出现在弹出式窗口中时,该图标上有一个亮点,我选择将其“打开”应用程序。

Any ideas which parameters controls this? 有什么想法可以控制此参数吗?

For remove a autoglossing, do this steps: 要删除自动上光,请执行以下步骤:

1) Press cmd + 1 in your XCode project 1)在XCode项目中按cmd +1

2) Choose your project at left panel -> Choose your Target at middle panel -> Choose Info tab at right panel 2)在左侧面板中选择项目->在中间面板中选择目标->在右侧面板中选择信息选项卡

3) Click "+" and choose "Icon already includes gloss effects" and set "YES" 3)点击“ +”,然后选择“图标已经包含光泽效果”,并设置为“是”

Then from your icon must be disabled any autoglossing 然后必须从您的图标禁用任何自动光泽

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM