Skip to content

Instantly share code, notes, and snippets.

@mjjimenez
Created December 8, 2013 12:58
Show Gist options
  • Save mjjimenez/7857105 to your computer and use it in GitHub Desktop.
Save mjjimenez/7857105 to your computer and use it in GitHub Desktop.
Transparent background view
view.backgroundColor = [[UIColor blackColor] colorWithAlphaComponent:0.5f];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment