You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately the SVGView class lacks of an initializer that is invoked behind the scenes by Xcode when applying IBDesignable marked components. This lets the IBDesignablesAgentCocoaTouch agent crash and views do not render properly and breaking that awesome Xcode feature at all.
Please can you add the missing initializer to SVGView?
The text was updated successfully, but these errors were encountered:
This causes that SVGView.init(frame: .zero) is an ambigious call cause the methode init(node: frame:) has an default value for node. To fix this we have to remove the default value for the node. Do you agree?
Unfortunately the
SVGView
class lacks of an initializer that is invoked behind the scenes by Xcode when applying IBDesignable marked components. This lets theIBDesignablesAgentCocoaTouch
agent crash and views do not render properly and breaking that awesome Xcode feature at all.Please can you add the missing initializer to
SVGView
?The text was updated successfully, but these errors were encountered: