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

How to load image for https? #576

Open XJYao opened 7 years ago

XJYao commented 7 years ago

I can't find any interface to allow https, so I have to modify _performLoadUnderlyingImageAndNotifyWithWebURL in MWPhoto.m to set option to 'SDWebImageAllowInvalidSSLCertificates'.

If you can provide the interface, it will be more perfect.

Thanks.