Limitation of images numbers for PHPickerConfiguration?

444 Views Asked by At

Is it possible to set a limit for images numbers for PHPickerConfiguration? (Not selectionLimit!) I want my users can upload up to five images.

1

There are 1 best solutions below

1
Ali Momeni On

setting to 0 means infinit

var configuration = PHPickerConfiguration()
configuration.selectionLimit = 0
configuration.filter = .images