mwaterfall / MWPhotoBrowser

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

MWGridCell autoresizingMask set wrongly (typo) #433

Open tapz opened 9 years ago

tapz commented 9 years ago

This is wrong. Either should set autoresizeMask or assign a value of true. Or maybe both.

_imageView.autoresizesSubviews = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;

tapz commented 9 years ago

Appies also to videoIndicator