PHPicker / PhotoKit Picker order of the photos

Multi selection of photos is usually used by either keeping the order followed by the user or by following the chronological order of the photos.

PHPicker - did not find yet a enum or so to define the order of photos while iterating through the result;

PhotoKit Picker - the nature of this picker does not seem to allow it. We have to assume a "random" order in photoLibraryDidChange and always have a second step of selection to define the order.

Replies

Assets returned by PHPicker are sorted by the user selection order. If you want us to support different sort orders, please file a Feedback request!