Skip to content
Ilho Ahn edited this page Nov 19, 2013 · 2 revisions

##Summary

handling graphics like resizing image.

  • Resize image

##Resize image

####+ (UIImage*)minimizeWithImage:(UIImage*)image scaledToSize:(CGSize)newSize mindetectingSize: (CGSize)minSize

Resize Image to newSize If image size is saller than minSize

####+ (UIImage*)minimizeWithImage:(UIImage*)image minWithHeight: (float)min

Resize Image to minWith If image size is saller than minSize

####+ (UIImage*)resizeWithImage:(UIImage*)image toSize:(CGSize)newSize

Rsize Image to newSize

Color

+ (UIColor*)uiColorWithHexString:hexString;

Convert hex to UIColor

Version

Version 0.0.1 Build 61 Release 1

Clone this wiki locally