GeertWille / sketch-to-xcode-assets-catalog

Export assets for iOS directly from Sketch into Xcodes assets catalog
GNU General Public License v3.0
221 stars 17 forks source link

fitletype:pdf export for Xcode? #9

Closed ryh closed 9 years ago

ryh commented 9 years ago

I tried to add this

else if (fileType == "v_") {
            imageExtension = ".pdf";
        }

it worked, but can't find @2x @3x file generate code ( 1x is enough :smile: )

markiv commented 8 years ago

Please reconsider adding PDF export support.

GeertWille commented 8 years ago

Can you describe a little bit more in depth what you exactly mean?

Op vr 13 nov. 2015 11:18 schreef Vikram Kriplaney <notifications@github.com

:

Please reconsider adding PDF export support.

— Reply to this email directly or view it on GitHub https://github.com/GeertWille/sketch-to-xcode-assets-catalog/issues/9#issuecomment-156388219 .

ryh commented 8 years ago

Xcode now can use vector PDF as image, that is no more need @2x @3x for the vector image file .pdf , and it may be best practice for Images Use in iOS