Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mborromeo/415650 to your computer and use it in GitHub Desktop.
Save mborromeo/415650 to your computer and use it in GitHub Desktop.
[iPhone] Set a custom image as view background
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