You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I recently find out a bug, when collection view loads a lot of images, app will crash, can you fix that problem. Thank you. Btw, your library is really great, but can you detail more about How to install it via carthage, or pod, and manually too. Thanks.
The text was updated successfully, but these errors were encountered:
@imbaggaarm Thank you for your support and finding out new bug.
Can you please approx. specify the amount of photos you use to test the issue?
To answer the second part:
For cocoapods - we do not support cocoapods yet - I will file an improvement for it.
For carthage setup Carthage as usually and add github "inloop/image-picker" to your cartfile. If you would like to specify branch, just use github "inloop/image-picker" "master". We will definitely look into the memory issue.
I was able to reproduce this. It looks like when you scroll rapidly app can allocate too much memory at once and system does not release it quickly enough. This should be definitely fixed.
Hi, I recently find out a bug, when collection view loads a lot of images, app will crash, can you fix that problem. Thank you. Btw, your library is really great, but can you detail more about How to install it via carthage, or pod, and manually too. Thanks.
The text was updated successfully, but these errors were encountered: