SDWebImage has the very useful parameter SDWebImageOptions when setting an image for an UIImageView (see: http://cocoadocs.org/docsets/SDWebImage/4.1.0/Categories/UIImageView+WebCache.html#//api/name/sd_setImageWithURL:placeholderImage:options:)
FirebaseStorageUI add the possibility to pass a StorageReference instead of an URL, but it is not possible to pass SDWebImageOptions.
This limits the usefulness of the sd_setImage implementation in FirebaseStorageUI quite a bit. So I kindly suggest to add support for this parameter in a future version. Thank you.
SDWebImage has the very useful parameter SDWebImageOptions when setting an image for an UIImageView (see: http://cocoadocs.org/docsets/SDWebImage/4.1.0/Categories/UIImageView+WebCache.html#//api/name/sd_setImageWithURL:placeholderImage:options:)
FirebaseStorageUI add the possibility to pass a StorageReference instead of an URL, but it is not possible to pass SDWebImageOptions.
This limits the usefulness of the sd_setImage implementation in FirebaseStorageUI quite a bit. So I kindly suggest to add support for this parameter in a future version. Thank you.