PHPickerViewController's Cancel Button is not working in iOS 15 – Ios swift
I am using PHPickerViewController to pick Image for User Profile Picture Purpose in iOS 15. I am using UIKit framework. I have the following code: var pickerConfig = PHPickerConfiguration(photoLibrary: .shared()) pickerConfig.selectionLimit = 1 pickerConfig.filter = .images let pickerView = PHPickerViewController(configuration:…