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
I m using a collection view for the multiple images editing like WhatsApp. but when I am writing some text on one image I m also getting the same text on another image. same with drawing and another editing.
if anybody solve this issue please comment the solution.
The text was updated successfully, but these errors were encountered:
jainpalak95
changed the title
editing functionality not working proper for collectionView
edit functionality not working proper for multiple images inside the collectionView
Sep 22, 2020
i did this by adding another library("https://github.com/hyperoslo/ImagePicker") for selecting multiple images and then i store them in a local images array after that i show them in a collection view.
on didselect specific image present to edit... after editing i update the editted image in the array in doneEditing func...
I m using a collection view for the multiple images editing like WhatsApp. but when I am writing some text on one image I m also getting the same text on another image. same with drawing and another editing.
if anybody solve this issue please comment the solution.
The text was updated successfully, but these errors were encountered: