gpt4 book ai didi

iphone - ALAssetsLibrary 更改通知未在 ios 5 中触发?

转载 作者:行者123 更新时间:2023-11-28 19:20:24 25 4
gpt4 key购买 nike

我在 ios4 中实现了 ALAssetsLibraryChangedNotification 并且它工作得很好,但是现在在 ios5 中它似乎被忽略了。我补充:

 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(ALAssetsLibraryChangedNotification) name: ALAssetsLibraryChangedNotification object:self.library]; 

在我的 View Controller 初始化程序和 dealloc 中,我输入:

[[NSNotificationCenter defaultCenter] removeObserver:self name:ALAssetsLibraryChangedNotification object:nil];

那么methdod实现本身就是:

- (void) ALAssetsLibraryChangedNotification
{
//doSomeStuff

}

我需要在初始化程序中添加它并在 dealloc 中删除它,以便在用户离开应用程序时更改库时它会更新。有人知道解决这个问题的好方法吗?

最佳答案

我认为他的意思是:

  1. 调用 [self.assetsLibrary writeImageToSavedPhotosAlbum:nil metadata:nil completionBlock:^(NSURL *assetURL, NSError *error) { }];创建 ALAssetsLibrary 实例后立即
  2. 观察 ALAssetsLibraryChangedNotification(不是 NSManagedObjectContextObjectsDidChangeNotification)

关于iphone - ALAssetsLibrary 更改通知未在 ios 5 中触发?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9356965/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com