AIPhotoSelection
public class AIPhotoSelection : NSObject
extension AIPhotoSelection: UIImagePickerControllerDelegate, UINavigationControllerDelegate
extension AIPhotoSelection: PHPickerViewControllerDelegate
Undocumented
-
Undocumented
Declaration
Swift
public final class func selectImage( inViewController viewController: UIViewController, from source: UIImagePickerController.SourceType, image_callback: ((UIImage) -> Void)? = nil )
-
Undocumented
Declaration
Swift
@MainActor public func imagePickerController(_: UIImagePickerController, didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey : Any])
-
Undocumented
Declaration
Swift
@MainActor public func imagePickerControllerDidCancel(_: UIImagePickerController)
-
Declaration
Swift
@MainActor public func picker(_ picker: PHPickerViewController, didFinishPicking results: [PHPickerResult])