-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera roll with 2000+ photos = Picture selector unusable #211
Comments
I ended up using ReactiveObjc and the new Photos framework to achieve a better performance. The new Photos framework gives me the photos ordered by date latest first, and the ReactiveObjC gives me the ability to add the photos in batches, and not load all of them to only then show to the user. I've also added video browsing through DBCamera. I'll clean up the code, and I should submit it soon. |
Duplicate from #206 |
Ok guys, just fixed the issue. You have to make some changes on this files: "DBLibraryManager.m": On Line 86 ( before 'if ( group )') add: Replace Lines from 113 to 119 with: "DBCameraCollectionViewController.m": Replace Lines from 74 to 78 with: Replace Line 93 with: Hope to help someone else because this library is amazing! |
is it possible to do a pull request? |
Hi,
My iPad has 2000+ photos, when I touch camera roll button it took almost 10 seconds to display content.
The text was updated successfully, but these errors were encountered: