Notification when desktop wallpaper changes?
问题 is there any kind of notification available for when the desktop wallpaper is changed? Thanks! 回答1: [[NSDistributedNotificationCenter defaultCenter] addObserver:target selector:@selector(desktopImageChanged:) name:@"com.apple.desktop" object:@"BackgroundChanged"]; should to the job 来源: https://stackoverflow.com/questions/5673045/notification-when-desktop-wallpaper-changes