ImagePickerSheetController icon indicating copy to clipboard operation
ImagePickerSheetController copied to clipboard

Cache for every Image instead of requiring Image In prepareAssets() mehod

Open xxx50236 opened this issue 7 years ago • 0 comments

In Apple's document, " You access the contents of a fetch result with the same methods and conventions used by the NSArray class. Unlike an NSArray object, however, a PHFetchResult object dynamically loads its contents from the Photos library as needed, providing optimal performance even when handling a large number of results" in PHFetchResult. The method to improve performance is require Image in collectionView:CellForItem method

xxx50236 avatar Jul 16 '16 09:07 xxx50236