ios: making thumbnails faster

This commit is contained in:
Stanislav Dmitrenko 2023-08-22 10:19:22 -07:00
parent c98b9cda85
commit cd9cb8e064

View File

@ -133,7 +133,7 @@ struct LibraryMediaListPicker: UIViewControllerRepresentable {
config.filter = .any(of: [.images, .videos])
config.selectionLimit = selectionLimit
config.selection = .ordered
//config.preferredAssetRepresentationMode = .current
config.preferredAssetRepresentationMode = .current
let controller = PHPickerViewController(configuration: config)
controller.delegate = context.coordinator
return controller