< Zurück

02.12.2012 23:20:00 • Categories: Objective-C • Tags: UIImage, Objective-C

Objective-C: resize UIImage proportional

//the following is appropriate call to do this if img is the UIImage instance.
//img=[img scaleProportionalToSize:CGSizeMake(320, 480)];

@interface UIImage (UIImageFunctions)

@end


< Zurück | ^ nach oben