Post

Replies

Boosts

Views

Activity

PHCollection localizedTitle crash in iOS 14.2.1
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
4
0
1.8k
May ’21