开发者

Notification when desktop wallpaper changes?

开发者 https://www.devze.com 2023-02-25 12:01 出处:网络
is there any kind 开发者_C百科of notification available for when the desktop wallpaper is changed?

is there any kind 开发者_C百科of notification available for when the desktop wallpaper is changed?

Thanks!


[[NSDistributedNotificationCenter defaultCenter] addObserver:target
    selector:@selector(desktopImageChanged:)
    name:@"com.apple.desktop"
    object:@"BackgroundChanged"];

should to the job

0

精彩评论

暂无评论...
验证码 换一张
取 消