exyte / Macaw

Powerful and easy-to-use vector graphics Swift library with SVG support
MIT License
6.01k stars 553 forks source link

Cannot load svg image file #714

Closed koolfreak closed 4 years ago

koolfreak commented 4 years ago

let svg = SVGView() svg.fileName = "/Assets/SVG/Icons/password_hide"

the error is cannot find the path, where should i put the svg resource? I try to load the svg image but it is not working. Any idea?

Thanks

koolfreak commented 4 years ago

found solution. closing this