farhan678 / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

House Ad Icon On iPhone Is Too Small #209

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a house ad
2. Run app on an iPhone iOS 4.3

What is the expected output? What do you see instead?

Expected to see a house ad as it looks on the AdWhirl site but on the iPhone 
the icon is really small and is shoved up into the upper left hand corner.

What version of the product are you using? On what operating system?

AdWhirl 3.0 on iOS 4.3

Please provide any additional information below.

Original issue reported on code.google.com by cngstud...@gmail.com on 13 Apr 2011 at 1:05

GoogleCodeExporter commented 9 years ago
in AdWhirlAdaptorCustom.m around line 378 and replace the commented out line 
here to get the little 38pix image working right on iPhone4.. 

 // UIImage *img = [[UIImage alloc] initWithCGImage:image.CGImage scale:2.0 orientation:image.imageOrientation];
      UIImage *img = [[UIImage alloc] initWithCGImage:image.CGImage scale:1.0 orientation:image.imageOrientation]; //original line above

Original comment by jefalanl...@gmail.com on 28 Jun 2011 at 4:41

GoogleCodeExporter commented 9 years ago
I have this same problem. I'm using an iPhone 4S. I sized the image as 
instructed. The results are the same -- tiny and in the upper left corner of 
the image square.

Original comment by markbarn...@gmail.com on 30 Sep 2012 at 12:24