iOS Question iSVG (Scalable Vectors Graphics)

Nicolás Cieri

Active Member
Licensed User
Thanks, but the question is .. how to load the SVG with the file ?.

Ie .. SVG.Initialize (----)

I don't want to save the files to the device.

Thank you.
 
Upvote 0

Nicolás Cieri

Active Member
Licensed User
The SVG library allows you to initialize an object from "File.Assets", I want to initialize it from a stream, or a string, brought from the url.

How can I put this object to SVG.Initialize? I don't want to have to save the files to the device.
 
Upvote 0

Semen Matusovskiy

Well-Known Member
Licensed User
When I compiled the latest SVGKit library , I noticed new functions, which allow to show SVG using Url. But I did not wrap them, because I do not see meaning.

Guess, Erel's advice is a good solution. I don't see reasons, why not to save files to device. Security ? No (Internet). No place on device ? Also, no, because SVG files are very small and you can show a image and then to delete.
 
Upvote 0
Top