You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.?
The text was updated successfully, but these errors were encountered:
iehsan77
changed the title
ImageGalery not show
ImageGallery not show
Jul 4, 2020
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.?
The text was updated successfully, but these errors were encountered: