在Xcode中通过pdf文件创建UIImage

时间:2016-09-14 06:00:50

标签: ios objective-c

use the pdf as icon

当我想在项目中使用pdf图标时,我喜欢这个

[UIImage imageNamed:@"icon_file_open"];

但是没关系? [UIImage imageNamed:]将始终将图像保留在内存中,还有其他方法可以通过pdf创建图像吗?

1 个答案:

答案 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 tutorialthis tutorial了解详情!