Skip to content

Instantly share code, notes, and snippets.

@bleft
Created March 11, 2013 13:17
Show Gist options
  • Save bleft/5134145 to your computer and use it in GitHub Desktop.
Save bleft/5134145 to your computer and use it in GitHub Desktop.
switch background color responding to the BOOL loggedIn.
self.view.backgroundColor = loggedIn ? [UIColor greenColor] : [UIColor redColor];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment