mariohahn / MHVideoPhotoGallery

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

Added strong MHUICustomization.h/MHUICustomization #151

Open chamira opened 7 years ago

chamira commented 7 years ago

It gives warning because MHUICustomization object did not have strong declaration.. This can be eliminated by changing the warning settings.

@property (nonatomic) NSDictionary descriptionLinkAttributes; @property (nonatomic) NSDictionary descriptionActiveLinkAttributes; @property (nonatomic) NSAttributedString *descriptionTruncationString;

chamira commented 7 years ago

@mariohahn are you still maintaining this project?