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

Unnecessary import that causes client uses SDWebImage’s category even if he doesn’t want to #52

Closed
albsala opened this issue Aug 11, 2014 · 3 comments

Comments

@albsala
Copy link

albsala commented Aug 11, 2014

I'm using AFNetworking and MHVideoPhotoGallery on my project, importing "UIImageView+AFNetworking.h" and "MHGallery.h" (UIImageView+WebCache.h) in the same file and both has the method:

- (void)setImageWithURL:(NSURL *)url;

My pull request #51 could solve it.

@mariohahn
Copy link
Owner

64b4194

@albsala
Copy link
Author

albsala commented Aug 12, 2014

Please, note I think you should remove import from "MHOverviewController/MHOverviewController.h" and add it to "UIImageView+MHGallery/UIImageView+MHGallery.m". My pull request #51 had 3 commits (my fault).

@mariohahn
Copy link
Owner

no was my fault sorry... hope you have fun using the gallery ✌️

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