LaoMaRen

Results 3 issues of LaoMaRen

![crash](https://github.com/onevcat/Kingfisher/assets/20283055/8f2db69e-9213-4a1a-927f-13c35277ef09)

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