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
{{ message }}
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.
The smart albums should always appear before the user albums so that the user can see them without scrolling. For example, on my iPhone, I have hundreds of user albums, and I would have to scroll through all of those to get to the smart albums.
The smart albums are more useful, since the user can quickly access things like “All Photos”, “Recently Added”, etc.
This can be fixed by swapping the chunks of code for userAlbums and smartAlbums on lines 121-146 in FPLocalAlbumController.m
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The smart albums should always appear before the user albums so that the user can see them without scrolling. For example, on my iPhone, I have hundreds of user albums, and I would have to scroll through all of those to get to the smart albums.
The smart albums are more useful, since the user can quickly access things like “All Photos”, “Recently Added”, etc.
This can be fixed by swapping the chunks of code for userAlbums and smartAlbums on lines 121-146 in FPLocalAlbumController.m
The text was updated successfully, but these errors were encountered: