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
However, I am getting a compiler error saying Type 'LightboxConfig' has no member 'loadImage' and rightfully so as I am not seeing any mention of loadImage in the source code.
Is this still a supported feature or are the docs outdated?
The text was updated successfully, but these errors were encountered:
Version: 2.0.1
Swift 4
The README says that you can do custom image loading which is what I need given that my assets are private in S3 and not exposed to world via HTTP.
However, I am getting a compiler error saying
Type 'LightboxConfig' has no member 'loadImage'
and rightfully so as I am not seeing any mention ofloadImage
in the source code.Is this still a supported feature or are the docs outdated?
The text was updated successfully, but these errors were encountered: