Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image selection sequence issue and number show of selection #43

Open
ravivlb opened this issue Apr 28, 2020 · 3 comments
Open

Image selection sequence issue and number show of selection #43

ravivlb opened this issue Apr 28, 2020 · 3 comments

Comments

@ravivlb
Copy link

ravivlb commented Apr 28, 2020

Why sequence selection of selected image not working?

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

Thanks in Advance.

@renssies
Copy link
Contributor

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

@ravivlb
Copy link
Author

ravivlb commented Apr 29, 2020

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)

@renssies
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants