Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vector files for images #77

Closed
ghost opened this issue Apr 21, 2015 · 4 comments
Closed

Add vector files for images #77

ghost opened this issue Apr 21, 2015 · 4 comments

Comments

@ghost
Copy link

ghost commented Apr 21, 2015

Xcode 6 can handle PDF files to generate images so replace all images by their respective PDF file could save time.

Furthermore by adding vector source files format user can tweaks the image.

@terryworona
Copy link
Owner

The images supplied to the manager are independent of the library itself.

You can supply any UIImage via the style sheet (pdf, vector, png, etc).

Closing this issue as it is not related to the core library.

@ghost
Copy link
Author

ghost commented Apr 21, 2015

I don't understand your answer. So please could you give more precisions ?

My question was about bringing vectors sources to automatically generate all sizes needed because in the current version there are several warning about this particular point. If I am not wrong this is related to the core library.

@terryworona
Copy link
Owner

The core library only cares about a UIImage.

It's up to the implementor to supply it with whatever it wants. This code is currently in the demo's app delegate, which is outside the core library.

@ghost
Copy link
Author

ghost commented Apr 22, 2015

OK. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant