Skip to content

Area360/STQRYSVG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STQRYSVG

Renders SVG shapes and paths to UIImage objects.

Supports IBInspectable attributes on UIImageView for specifying SVG images in Interface Builder.

API

UIImage+STQRYSVG

+ (instancetype)stqry_imageWithSVGNamed:(NSString *)filename;
+ (instancetype)stqry_imageWithSVGNamed:(NSString *)filename size:(CGSize)size;

UIImageView+STQRYSVG

@property (nonatomic, copy) IBInspectable NSString *svgImageName;
@property (nonatomic, assign) IBInspectable CGSize svgImageSize;

About

Renders SVG shapes and paths to UIImage objects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published