You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: