I know how to initialize a UIImage with an SVG from the assets catalog, is there not a way to do it with an SVG downloaded from an API?
UIImage(data: ) fails. So does UIImage(contentsOfFile:)
Why only do this halfway?
UIImage(data: ) fails. So does UIImage(contentsOfFile:)
Why only do this halfway?
-
—
hotngui
Add a CommentI have the same question/comment.