d0ping / DBAttachmentPickerController

This powerful component allows to select different types of files from different sources on your device.
MIT License
254 stars 52 forks source link

Image Picked Related #25

Open EmizenIphoneTeam opened 4 years ago

EmizenIphoneTeam commented 4 years ago

When I select one image in gallery Two image are add in my Array and When I capture a image in camera then only image add in my array please solve my problem Problem for This

 attachmentsss.loadOriginalImage(completion: { resultImage in
              self.arrImgVdoPickedss.add(["type": "1", "img": resultImage!])
            })