[TIMOB-28579] iOS: PHPickerViewController should always be used on iOS 14+
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Unknown |
Created | 2021-11-15T08:30:33.000+0000 |
Updated | 2021-11-15T08:30:33.000+0000 |
Description
Currently, the
PHPickerViewController
is only used if the target is iOS 14 and allowMultiple
is set to true
. To benefit from the improved user experience of the picker, it should always be used if the target is iOS 14+, even if allowMultiple
is set to false
.
No comments