For some reason my 4inch launch image isn't chosen when I reference it programmatically from an asset catalog? It uses the default launch image for the 3.5. Any clue?
UIColor *image = [[UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"LaunchImage"]];
self.view.backgroundColor = image;