I've got a retina and non-retina printer icon. When I just specify 'PrinterIcon.png' on,
[[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"PrinterIcon.png"] style:UIBarButtonItemStyleBordered target:self action:@selector(printCmdTouched:)];
it just using the non retina image on my iPad 3 (third generation). If I specifically specify '[email protected]' (x lower cased) I don't see it in the toolbar. If I specify '[email protected]' it does show in the toolbar but is stretched horizontally.
Anyway know why?
The retina image specs are: Image Size:40x40 Image DPI: 299.99 pixels/inch Color Model:RGB
The non-retina image specs are: Image Size:20x20 Image DPI:72.00 pixels/inch Color Model:RGB
I checked the specs in Pixelmator.
Attached are the images.
Anyone know why this is not working?
I'm using iOS SDK 5.1 iOS Deployment Target 5.0 Base SDK: Latest iOS (iOS 5.1)