GitHub - anas-p/ImagePicker: UIImagePickerController for camera and photo library

Skip to content

Navigation Menu

Sign in

Appearance settings

ImagePicker

UIImagePickerController for camera and photo library

Preview:

Preview

Declare var imagePicker = UIImagePickerController() and conform the delegates UIImagePickerControllerDelegate, UINavigationControllerDelegate

You need to ask the use permission before access the camera, do this by adding usage key Privacy - Camera Usage Description to your app’s Info.plist together with a purpose string.

plist