You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at configure( with item : GlideItem, placeholderImage : UIImage?) in GlideCell it looks to be that one of backgroundImage or imgURL will always be needed? If so, should we make backgroundImage and imageURL required in their respective initializers as well as make the default init private?
The text was updated successfully, but these errors were encountered:
Looking at
configure( with item : GlideItem, placeholderImage : UIImage?)
in GlideCell it looks to be that one of backgroundImage or imgURL will always be needed? If so, should we make backgroundImage and imageURL required in their respective initializers as well as make the default init private?The text was updated successfully, but these errors were encountered: