Skip to content

irshad281/IAImagePicker

Repository files navigation

IAImagePicker

A very Simple Image Picker that handles All the permissions of user like denied , allowed , restricted

HOW TO USE?

Download the project and add the IAImagePickerViewController file to your Project

let imagePicker = IAImagePickerViewController.sharedInstance

imagePicker.delegate = self

imagePicker.presentIAImagePickerController(fromViewController: self)

CameraView

alt text

Picked Image

alt text

alt text

Gallary

alt text

when user dont allow access to camera or Photo Library

alt text

IAImagePickerdelegate

when user select the image this function will be called mediaInfo contain image url , edited image and other information

func didfinishPickingMediaInfo(mediaInfo: [String : Any], pickedImage: UIImage?) { }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages