filestack / filestack-ios

Official iOS SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
MIT License
54 stars 36 forks source link

Sort album elements in descending order by Date or ascending by filename #66

Closed jerzykiler closed 4 years ago

jerzykiler commented 4 years ago

Sort Album elements in descending order by date or ascending order by filename

rnine commented 4 years ago

@jerzykiler Is this still relevant? In 2.3.0 the order was changed to follow the same behavior in UIImagePickerController, on the other hand, in 2.5.0 we added support for Apple's Photos Picker (PHPickerViewController) that will be used instead of our our custom Photos Picker for users running iOS 14+ since it supports both single and multiple selection.

jerzykiler commented 4 years ago

OK I've checked the newest version and it looks like the newest items are visible without scrolling.

This PR is not relevant anymore.

rnine commented 4 years ago

@jerzykiler Thanks! Closing this PR.