Tatsi icon indicating copy to clipboard operation
Tatsi copied to clipboard

Image selection sequence issue and number show of selection

Open ravivlb opened this issue 4 years ago • 3 comments

Why sequence selection of selected image not working?

Also, let me know how to add the numbers for selection.

Thanks in Advance.

ravivlb avatar Apr 28 '20 11:04 ravivlb

Could you share your code that opens the picker with me? That way I can know if you have the right settings :)

renssies avatar Apr 28 '20 12:04 renssies

var config = TatsiConfig.default config.showCameraOption = false config.supportedMediaTypes = [.image] config.firstView = self.firstView config.numberOfColumns = 4

    let pickerViewController = TatsiPickerViewController(config: config)
    pickerViewController.pickerDelegate = self
    self.present(pickerViewController, animated: true, completion: nil)

ravivlb avatar Apr 29 '20 05:04 ravivlb

Hmm, I can't seem to reproduce this issue where you can't select multiple images. I still get multiple images back from the delegate in the order they were selected.

As for adding the numbers, I guess you want to add a number on top of the image? That is currently not yet supported.

renssies avatar Apr 29 '20 12:04 renssies