mchoe / SwiftSVG

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

SwiftUI examples #164

Closed corykacal closed 4 years ago

corykacal commented 4 years ago

I am having trouble using SwiftSVG with SwiftUI. I am new to SwiftUI and iOS development and don't know where to start with SwiftSVG. Can someone add SwiftUI examples alongside the story board ones? Thank you!

mchoe commented 4 years ago

Hi @corykacal, SwiftSVG currently doesn't have SwiftUI support out of the box. You can probably still add it yourself like any UIView by adding conformance to UIViewRepresentable and managing a SVGView. I would recommend starting with searching for UIViewRepresentable and looking through the tutorials that pop up.

I do plan on adding SwiftUI support and I'll let you know once that gets added.