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

i set the caption but there is no use #585

Open zhuzhengmiao opened 7 years ago

zhuzhengmiao commented 7 years ago

the code:MWPhoto *photo = [MWPhoto photoWithImage:img]; photo.caption = @"意见"; [self.MWphotos addObject:photo];

and i Nslog the caption,then it appears:2017-01-16 15:04:09.705 JinPiaoTong[51448:26256560] 意见

but the caption is always shows: 1/1.

i don't know why?

fishkingsin commented 7 years ago

run [browser reloadData] after data has been updated