amervil opened this issue 6 years ago · 2 comments
How can I get the single or multiple images selected by user?
Have a look an example in ViewController:
alert.addImagePicker( flow: .vertical, paging: false, images: photos, selection: .single(action: { image in // selected image here }))
thanks!