Closed haashem closed 8 years ago
SVGRenderer descends from SVGParser, and SVGParser has an init method: @implementation SVGParser
-(instancetype)initWithString:(NSString*)utf8String
So use that. You can create an NSString from an NSData object via
you are great man! thanks. please provide this info in your README file
ok, based on your hint the caching library handles fetching my SVG remotely cache it on disk and memory and finally give me object of type NSData, so how can I load SVGRenderer with NSData?