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.
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.