标签: ios alassetslibrary
有没有办法听取ipad的照片和专辑的变化?像NSNotification这样的东西。我以前使用“ALAssetLibraryChangedNotification”,但我发现它不适合收听照片更改。
NSNotification
ALAssetLibraryChangedNotification
有任何帮助吗?提前谢谢!
答案 0 :(得分:0)
我认为你不能这样做。
最好的方法是查看appDidFinishLaunching中的资产,然后查看您感兴趣的更改。
appDidFinishLaunching
一些apps on the App Store这样做。
答案 1 :(得分:0)
你应该在appDelegate中使用它:registerChangeObserver: 这里提到整个过程:
registerChangeObserver:
https://developer.apple.com/library/ios/documentation/Photos/Reference/PHPhotoLibrary_Class/#//apple_ref/occ/instm/PHPhotoLibrary/registerChangeObserver: