| [UIImage imageNamed:@“xxx”] 系统缓存到cache中
| [UIImage imageWithContentsOfFile:path] 不缓存
| [UIImage imageWithData:data] 不缓存
| 拉伸图片,四角保持不变 resizableImageWithCapInsets:
| [UIImage imageNamed:@“xxx”] 系统缓存到cache中
| [UIImage imageWithContentsOfFile:path] 不缓存
| [UIImage imageWithData:data] 不缓存
| 拉伸图片,四角保持不变 resizableImageWithCapInsets: