Skip to content

Instantly share code, notes, and snippets.

@nicokoelewijn
Last active March 14, 2023 21:23
Show Gist options
  • Save nicokoelewijn/4bc8eaf4740a0395662e to your computer and use it in GitHub Desktop.
Save nicokoelewijn/4bc8eaf4740a0395662e to your computer and use it in GitHub Desktop.
Swift - UIView background image
self.view.backgroundColor = UIColor(patternImage: UIImage(named: "background.png")!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment