Re: Correctly setting UIViewController backgView.image size

2013-10-16 Thread Carl Hoefs
The problem seems to be that the iPad & Simulator are running the app in 2X mode, not sure why. Perhaps best moved to the Xcode list. On Oct 16, 2013, at 1:37 PM, Carl Hoefs wrote: > iPad 2 (non-retina), iOS 7.0.2, Xcode 5.0 > > I have a UIViewController that I'm setting the background image

Correctly setting UIViewController backgView.image size

2013-10-16 Thread Carl Hoefs
iPad 2 (non-retina), iOS 7.0.2, Xcode 5.0 I have a UIViewController that I'm setting the background image of: viewController.backgView.image=[UIImage imageNamed:@"background"]; The image is sized at 768x1024, which is the resolution of the iPad display. But when I run the app on the iPad (or s