I have just created a png image that id like to use in my app as a background.
self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"bg_tile.png"]];
Here is the code which sets that background that works. I just registered for the iOS dev program so now i will be able to test ad hoc on my devices. I was wondering how to 'override' this image so that it rasterizes well on the iPad.
The dimensions for the original photoshop jpg are about 500 height 350 width which i find fits perfectly as an iPhone background. The dimensions for an HD image i hear is on average; 1920 height and 1080 width but I am using a virtual box so my screen space is a tad meh. Anyway how to I override images for the iPad bkg?
Thanks