Posts

Post not yet marked as solved
2 Replies
418 Views
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
Posted Last updated
.