

код для инициализации средства выбора:
Код: Выделить всё
var config = PHPickerConfiguration(photoLibrary: .shared())
config.selectionLimit = 50
config.filter = .images
let vc = PHPickerViewController(configuration: config)
vc.delegate = self
present(vc, animated: true, completion: nil)
Подробнее здесь: https://stackoverflow.com/questions/754 ... nges-color
Мобильная версия