ALAssetsLibraryChangedNotification notification
How to flush the cached assets library information after recieving the ALAssetsLibraryChangedNotification notification? I am not getting how to empty the cached assets library. I tried to release and recreate the library, but it is sti开发者_如何学编程ll giving the cached values only. Please help if anyone knows how to empty the cached values.
Thanks, Manjunath
- I use a NSMutableArray class to store the assets, it always is used as tableview's data source
- When you receive the notification, you need to reset the assets and call the tableview's reloaddate function
精彩评论