mwaterfall / MWPhotoBrowser

A simple iOS photo and video browser with grid view, captions and selections.
MIT License
8.75k stars 2.71k forks source link

Change/Update current open photo caption #646

Open VivekVithlani opened 5 years ago

VivekVithlani commented 5 years ago

Hello,

I need to change the caption "description string" to a current open photo.

My scenario is, while user tap on edit caption then open alert controller with a text field, and user input caption of the current open photo caption and save it.

I try with reloadData(), and reloadInputViews() but not updated caption.

Note: I am not using custom caption view only pass a string in each caption.

Please let me know how to fix it.