Created
May 27, 2010 10:00
-
-
Save mborromeo/415650 to your computer and use it in GitHub Desktop.
[iPhone] Set a custom image as view background
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"image.png"]]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment