Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README outdated? #148

Closed
daviskoh opened this issue Nov 7, 2017 · 3 comments
Closed

README outdated? #148

daviskoh opened this issue Nov 7, 2017 · 3 comments

Comments

@daviskoh
Copy link

daviskoh commented Nov 7, 2017

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.

LightboxConfig.loadImage = {
  imageView, URL, completion in
  // Custom image loading
}

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?

@ghost
Copy link

ghost commented Nov 16, 2017

I need to know this to. I use this feature and it would be a problem if it was no longer available.

@dimidrollko
Copy link

dimidrollko commented Nov 17, 2017

Same. Need custom loader from firebase storage

@onmyway133
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants