From the URL Image in Mail
I\'m adding image to mail view. It will show full image. But I want to calculate, proportionally change the height and width of the image.
UIImage *img = [UIImage imageNamed:@"logo.png"]; CGFloat width = img.size.width; CGFloat height = img.size.height;