How can I load vector image directly with iPhone SDK?

后端 未结 2 835
感情败类
感情败类 2020-12-21 02:54

How can I load vector image directly with iPhone SDK? Just as UIImage loads bitmap images.

2条回答
  •  被撕碎了的回忆
    2020-12-21 03:29

    I did this recently using PDF. I saved some resolution independent images directly from Illustrator (using the smallest file size preset). I have some code (gists) here.

提交回复
热议问题