Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户拍摄添加到相机胶卷的照片或视频时,有没有办法注册通知?我知道您可以注册联系人通知,但我需要知道用户是否已将图像或视频添加到相机胶卷。我看到 Google+ 声称他们在您拍照后“立即”上传您的图片,但我想知道他们是否一直在线程中的 assetsLibrary enumerateGroupsWithTypes:ALAssetsGroupSavedPhotos 循环中运行...
ALAAssetsLibraryChangedNotification
当资产库的内容从使用数据的应用程序下发生更改时发送。
来自ALAssetsLibrary