Skip to content

VLCustomImagePicker for limited permission ios swift. if you like this please share give me some feedback. Thank you.

Notifications You must be signed in to change notification settings

VishveshLad/VLCustomImagePicker

Repository files navigation

VLCustomImagePicker!

VLCustomImagePicker for limited permission.

Here in view controller has on button click event


let customPicker = CustomImagePickerVC()
customPicker.delegate = self
customPicker.mediaType = self.mediaType
let navVC = UINavigationController(rootViewController: customPicker)
navVC.modalPresentationStyle = .overFullScreen
self.present(navVC, animated: true, completion: nil)

There has two app manage saprately one for image and one for video picker from photo gallery.

if you want to same app jsut you need change type

var mediaType: PHAssetMediaType = .image

or

var mediaType: PHAssetMediaType = .video

if you like this please share give me some feedback. Thank you.

// HERE IS GIF FOR CUSTOM IMAGE PICKER.

Happy Coding..! :)

About

VLCustomImagePicker for limited permission ios swift. if you like this please share give me some feedback. Thank you.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages