Skip to content

Instantly share code, notes, and snippets.

@TomLiu
Created May 15, 2013 14:38
Show Gist options
  • Save TomLiu/5584458 to your computer and use it in GitHub Desktop.
Save TomLiu/5584458 to your computer and use it in GitHub Desktop.
Get Screen Wallpapper
NSScreen *mainScreen = [NSScreen mainScreen];
NSURL *imgURL = [[NSWorkspace sharedWorkspace] desktopImageURLForScreen:mainScreen];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment