Skip to content

Instantly share code, notes, and snippets.

@kylehowells
Created August 27, 2014 20:42
Show Gist options
  • Save kylehowells/3ab61d2170eed521f6d1 to your computer and use it in GitHub Desktop.
Save kylehowells/3ab61d2170eed521f6d1 to your computer and use it in GitHub Desktop.
How to temporarily show and hide the wallpaper on iOS 7
[[SBWallpaperController sharedInstance] beginRequiringWithReason:@"Switcher Showing"];
[[SBWallpaperController sharedInstance] endRequiringWithReason:@"Switcher Showing"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment