图片文件命名采用 type_location_identifier_state 规则,只需要@2x和@3x图片。
type_location_identifier_state
缩略前缀可用如下例子
使用图片时候不要有 .png 后缀
.png
参考:
UIImage *settingIcon = [UIImage imageNamed:@"icon_common_setting"];
图片目录中被用于类似目的的图片应归入各自的组中。