Skip to content

Instantly share code, notes, and snippets.

@codeswimmer
Created January 19, 2013 16:39
Show Gist options
  • Select an option

  • Save codeswimmer/4573569 to your computer and use it in GitHub Desktop.

Select an option

Save codeswimmer/4573569 to your computer and use it in GitHub Desktop.
iOS: how to change the screen brightness
[[UIScreen mainScreen] setBrightness:0.5];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment