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

Unable to change done button title ? #344

Open
ZaidAhmad2468 opened this issue Sep 30, 2022 · 1 comment
Open

Unable to change done button title ? #344

ZaidAhmad2468 opened this issue Sep 30, 2022 · 1 comment

Comments

@ZaidAhmad2468
Copy link

When I select multiple images from galary then its Done button looks likes hanged/stucked.
Is there any way to change done button to loading indicator on pressing done button? like whatsapp doing.

@comeonyoh
Copy link

comeonyoh commented May 11, 2023

The first solution is you can inherit the TLPhotosPickerViewController and override selectedAssets. And then you can a protocol which confirm to TLPhotosPickerViewControllerDelegate and use it.

The second solution is you have to confirm TLPhotosPickerLogDelegate and implement select/deselect method.
This method will be called before selectedAssets's count changes.

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