Objective-C: How to convert NSIndexSet to NSIndexPath
问题 I would like to convert NSIndexSet Object to NSIndexPath,as effect as link: https://developer.apple.com/reference/photos/phphotolibrarychangeobserver?language=objc - (void)photoLibraryDidChange:(PHChange *)changeInfo { // Photos may call this method on a background queue; // switch to the main queue to update the UI. dispatch_async(dispatch_get_main_queue(), ^{ // Check for changes to the displayed album itself // (its existence and metadata, not its member assets). PHObjectChangeDetails