Code Block language PHFetchResult *topLevelUserCollections = [PHCollectionList fetchTopLevelUserCollectionsWithOptions:nil]; for (NSInteger i = 0; i < topLevelUserCollections.count; i++) { PHCollection *collection = topLevelUserCollections[i]; id value = collection.localizedTitle; NSLog(@"%@", value); }
this value is bad address