Tatsi
Tatsi copied to clipboard
Image selection sequence issue and number show of selection
Why sequence selection of selected image not working?
Also, let me know how to add the numbers for selection.
Thanks in Advance.
Could you share your code that opens the picker with me? That way I can know if you have the right settings :)
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)
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.