Perform action after picking image with async PHPicker – Ios swift
Problem Want to perform operation BitwiseAND(UIImage1, UIImage2) this is function of OpenCV framework. UIImage1 is already presented in MainVC: @IBOutlet weak var presentedImage: UIImageView! So, UIImage2 must be picked additionally, whenever user wants it. Worth to mention : @IBOutlet weak…