Skip to content

Releases: mirego/MCUIImageAdvanced

UIImageAsset tinted image support

17 Sep 18:15

Choose a tag to compare

If an image as alternate representations, tint them too!

1.0.1

16 Sep 21:41

Choose a tag to compare

1.0

16 Sep 21:41

Choose a tag to compare

1.0

0.2.9

07 May 18:05

Choose a tag to compare

0.2.8: Update podspec, move MGImageUtilities inline to fix warnings

07 May 18:05

Choose a tag to compare

MGImageUtilities is not longer supported by the author.

0.2.7

07 May 18:05

Choose a tag to compare

Fix gradient image generation with released CFArrayRef

0.2.6

07 May 18:05

Choose a tag to compare

Update podspec

0.2.5

07 May 18:05

Choose a tag to compare

Update MCUIImageAdvanced.podspec

0.2.4

07 May 18:05

Choose a tag to compare

Add validation on generate image if size is zero

Add generate circle image

05 Sep 19:51

Choose a tag to compare

A new method was added to generate a circle image from code using CoreGraphics

+ (UIImage *)mc_generateCircleImageOfSize:(CGSize)size color:(UIColor *)color;