mchoe / SwiftSVG

A simple, performant, and lightweight SVG parser
Other
1.92k stars 229 forks source link

How to add new dots or text to SVG image after loading #121

Closed jkwf closed 5 years ago

jkwf commented 5 years ago

How to add new dots or text to SVG image after loading

mchoe commented 5 years ago

Hi @jkwf, you can use the UIView or CALayer extensions to render your SVG and then in the completion block, add your dots or text. Creating those dots and text are well known, and there’s tons of info on the web on how to do that.