Skip to content

matteogobbi/MGMultipleImageBuilder

Repository files navigation

MGMultipleImageBuilder

MGMultipleImageBuilder is a builder which allow you to create multi-face avatar such as that for a group chat.

Info

This code must be used under ARC. If your code doesn't use ARC you can mark this source with the compiler flag -fobjc-arc

Example Usage

//Create image
UIImage *image = [MGMultipleImageBuilder multipleImageWithFrontImageSize:CGSizeMake(80, 80) 
							      frontImage:frontImage 
							       leftImage:leftImage 
							      rightImage:rightImage 
							      borderType:MGMultipleImagePathCircle 
							     borderColor:[UIColor blueColor] 
							     borderWidth:3.0];

About

MGMultipleImageBuilder is a builder which allow you to create multi-face avatar such as that for a group chat.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published