hyperoslo / ImagePicker

:camera: Reinventing the way ImagePicker works.
Other
4.86k stars 676 forks source link

ImageGallery not show #458

Open iehsan77 opened 4 years ago

iehsan77 commented 4 years ago

Hi

I am using the following code imagePickerController = ImagePickerController(configuration: configuration) imagePickerController!.showGalleryView() imagePickerController!.expandGalleryView()

configuration.allowVideoSelection = false

but still, the camera is showing How to show only gallery images full screen without camera capture option.?

3lvis commented 3 years ago

How does your configuration look like? Where you able to solve your problem?