I'm trying out the new funky Launch Screen.xib (storyboard) instead of using launcher images in my iOS app.
On my first page I have a tiled background image called [email protected] which I put on the background of that first page via code:
self.view.backgroundColor = [UIColor colorWithPatternImage: [UIImage imageNamed:@"bodybg.png"]];
So I could do with having the same background on the Launch Screen. Presumably there's no way to execute code when the Launch Screen.xib is loaded, so how do I go about putting a tiled, retina background on a Launch Screen.xib?
Scale to Fill
and the image will be tiled to fill the image view.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With