Created
May 15, 2013 14:38
-
-
Save TomLiu/5584458 to your computer and use it in GitHub Desktop.
Get Screen Wallpapper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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