LaoMaRen
Results
3
issues of
LaoMaRen

public func promise(_ vc: UIImagePickerController, animated: Bool = false, completion: (() -> Void)? = nil) -> Promise { let proxy = UIImagePickerControllerProxy() vc.delegate = proxy present(vc, animated: animated, completion: completion)...