iOS 是屏蔽所有应用程序图标还是仅屏蔽主屏幕上的应用程序图标?
Does iOS mask every App Icon or just the ones on the home screen?
据此,Apple Documentation on App Icons、"When iOS displays an app icon on the Home screen of a device, it automatically applies a mask that rounds the corners. Make sure your icon has 90° corners so it looks good after the mask is applied."
目前,我的应用程序图标已经有了圆角。我很乐意为透明 space 上色,使其具有 90° 角,但文档未指定 iOS 是否也在 Spotlight、设置等中应用蒙版
我假设它对 AppIcons 图像集中的每个 iOS 图标应用蒙版。只是在寻找确认。
屏蔽也适用于“设置”和“聚光灯”。让你的图标一直延伸到 90 度角的目的是允许苹果应用系统样式并在 OS 中保持一致。图标圆角在 iOS6 和 iOS7 之间略有变化。如果您在商店中发布了一个应用程序,并在 iOS6 中将图标四舍五入,然后用户升级到 iOS7,那么您的图标可能会在您的四舍五入之间的区域显示白色 space角和苹果圆角。
据此,Apple Documentation on App Icons、"When iOS displays an app icon on the Home screen of a device, it automatically applies a mask that rounds the corners. Make sure your icon has 90° corners so it looks good after the mask is applied."
目前,我的应用程序图标已经有了圆角。我很乐意为透明 space 上色,使其具有 90° 角,但文档未指定 iOS 是否也在 Spotlight、设置等中应用蒙版
我假设它对 AppIcons 图像集中的每个 iOS 图标应用蒙版。只是在寻找确认。
屏蔽也适用于“设置”和“聚光灯”。让你的图标一直延伸到 90 度角的目的是允许苹果应用系统样式并在 OS 中保持一致。图标圆角在 iOS6 和 iOS7 之间略有变化。如果您在商店中发布了一个应用程序,并在 iOS6 中将图标四舍五入,然后用户升级到 iOS7,那么您的图标可能会在您的四舍五入之间的区域显示白色 space角和苹果圆角。