【发布时间】:2011-04-15 06:15:25
【问题描述】:
更换桌面壁纸时是否有任何通知?
谢谢!
【问题讨论】:
标签: cocoa macos notifications wallpaper
更换桌面壁纸时是否有任何通知?
谢谢!
【问题讨论】:
标签: cocoa macos notifications wallpaper
[[NSDistributedNotificationCenter defaultCenter] addObserver:target
selector:@selector(desktopImageChanged:)
name:@"com.apple.desktop"
object:@"BackgroundChanged"];
应该去工作
【讨论】: