awkward / Tatsi

A drop-in replacement for UIImagePickerController with the ability to select multiple images and/or videos
MIT License
110 stars 30 forks source link

Do not count the number of photos in the album every time. They can be cached. #23

Open petrovi4 opened 5 years ago

petrovi4 commented 5 years ago

When the user scrolls the list of albums the number of photos in them is not displayed immediately. It would be great to have the counted number of photos temporarily cached, and when the user scrolls back and forth, the previously counted values would be retrieved from the cache immediately.

renssies commented 4 years ago

This was available in an early version (that never made it to GitHub), I will look into this again in a few weeks. I've been wanting to give this a update

petrovi4 commented 4 years ago

Fine, thanks. I look forward to it.