exyte / Macaw

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

Can't custom view using code? #656

Closed tospery closed 4 years ago

tospery commented 4 years ago

must use init?(coder aDecoder: NSCoder)?

ystrot commented 4 years ago

Hi @tospery,

Could you please clarify your question?

ClumsySmurf commented 4 years ago

I believe he want's to initialize a MacawView without needing aDecoer reference. like init(svgString: String, frame: Frame?) or something that would return the UIView instead of decoding from xib/storyboard etc?.