RSDImagePickerSourceType
public enum RSDImagePickerSourceType : String, Codable
What source should be used for the image selection?
Note
The app is required to include the appropriate permission strings in itsInfo.plist
file.
-
“Privacy - Camera Usage Description” Specifies the reason for your app to access the device’s camera.
Seealso
NSCameraUsageDescription
Declaration
Swift
case camera
-
“Privacy - Photo Library Usage Description” Specifies the reason for your app to access the user’s photo library.
Seealso
NSPhotoLibraryUsageDescription
Declaration
Swift
case photoLibrary