mariohahn / MHVideoPhotoGallery

A Photo and Video Gallery
MIT License
1.96k stars 352 forks source link

image with caption #73

Open syrakozz opened 9 years ago

syrakozz commented 9 years ago

how i can add a caption for the image

walsht commented 9 years ago

Need to set the descriptionString on the MHGalleryItem.

MHGalleryItem *galleryItem = [[MHGalleryItem alloc] initWithImage: [UIImage imageWithData:imageObject.imageData]];
galleryItem.descriptionString = @"Description";