ImagePickerValidator
public final class ImagePickerValidator
The image picker validator.
-
Undocumented
Declaration
Swift
private var viewController: UIViewController -
Undocumented
Declaration
Swift
private lazy var cameraPhotoLibraryPermissionsValidator: CameraPhotoLibraryPermissionsValidator { get set }
-
Undocumented
Declaration
Swift
init(viewController: UIViewController)
-
Checks the image picker’s permissions status.
Declaration
Swift
func checkImagePickerPermissions(_ sourceType: UIImagePickerControllerSourceType)Parameters
sourceTypeThe image picker controller soure type. (e.g. camera)
ImagePickerValidator Class Reference