当我想在项目中使用pdf图标时,我喜欢这个
[UIImage imageNamed:@"icon_file_open"];
但是没关系? [UIImage imageNamed:]
将始终将图像保留在内存中,还有其他方法可以通过pdf创建图像吗?
答案 0 :(得分:0)
如果您已将pdf放入localtime->strptime($yyyymmddhhmmss, '%Y%m%d:%H%M%S')
assets
scale factor
(来自attribute inspector
)设为single vector
,然后您的图像就像
[UIImage imageNamed:@"icon_file_open"];
此处icon_file_open
是资产的图像集的名称,
那么它是使用单向量pdf的标准方式。所以就是这样,那就好了!
确保您的pdf尺寸为1x
,xcode会自动管理2x and 3x
!
您可以参考this tutorial或this tutorial了解详情!