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
As the title tells, I'm not able to make it work with storyboards. Entering SVGView to a UIView doesn't present me an option to enter the SVGName. It simply doesn't detect/recognize the class. Also it's not available in the dropdown. Setting the module manually also doesn't help.
Doing this via code i.e. import etc works fine, just storyboard doesn't work.
Installation was via carthage so maybe this is related to #27
The text was updated successfully, but these errors were encountered:
Agreed, this does seem to be related to Carthage/Carthage#335. I was able to fix the same issue for Cosmos evgenyneu/Cosmos#110 - presumably the same fix should work for SwiftSVG.
As the title tells, I'm not able to make it work with storyboards. Entering
SVGView
to a UIView doesn't present me an option to enter the SVGName. It simply doesn't detect/recognize the class. Also it's not available in the dropdown. Setting themodule
manually also doesn't help.Doing this via code i.e.
import
etc works fine, just storyboard doesn't work.Installation was via carthage so maybe this is related to #27
The text was updated successfully, but these errors were encountered: