Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Album sort order #185

Open
greuff opened this issue Jan 12, 2017 · 1 comment
Open

Album sort order #185

greuff opened this issue Jan 12, 2017 · 1 comment

Comments

@greuff
Copy link

greuff commented Jan 12, 2017

Is it possible to change the sort order of an album? It seems as if the album is sorted from oldest to youngest photo, which makes selecting a recent photo in a large album painful due to scrolling to the bottom. I'd like to reverse the sort order so that the youngest photo appears at the top of the album.

@greuff
Copy link
Author

greuff commented Feb 28, 2017

One-line fix in QBAssetsViewController.m:

options.sortDescriptors = @[[NSSortDescriptor sortDescriptorWithKey:@"creationDate" ascending:NO]];
self.fetchResult = [PHAsset fetchAssetsInAssetCollection:self.assetCollection options:options];

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant