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

Error when Bundle was renamed #58

Closed
dmartinw opened this issue Oct 10, 2017 · 1 comment
Closed

Error when Bundle was renamed #58

dmartinw opened this issue Oct 10, 2017 · 1 comment

Comments

@dmartinw
Copy link

dmartinw commented Oct 10, 2017

Hi,

When you renamed the class Bundle to GalleryBundle, you made a mistake. You forgot to change Bundle.self to GalleryBundle.self

class GalleryBundle {

static func image(_ named: String) -> UIImage? {
let bundle = Foundation.Bundle**(for: GalleryBundle.self)**
return UIImage(named: "Gallery.bundle/(named)", in: bundle, compatibleWith: nil)
}
}

Now the library is crashing.

Bye!

@onmyway133
Copy link
Contributor

@dmartinw Hi, sorry for that. You can now check https://github.com/hyperoslo/Gallery/releases/tag/2.0.1

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

2 participants