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

double tap zooming issue in iOS 8 #102

Closed
kiddomk opened this issue Nov 25, 2014 · 4 comments
Closed

double tap zooming issue in iOS 8 #102

kiddomk opened this issue Nov 25, 2014 · 4 comments

Comments

@kiddomk
Copy link

kiddomk commented Nov 25, 2014

seems like a easy fix.
please refer to this
mwaterfall/MWPhotoBrowser#304

simply added:
+- (void)scrollViewDidZoom:(UIScrollView *)scrollView {

  • [self setNeedsLayout];
  • [self layoutIfNeeded];
    +}
@eduardocallado
Copy link
Collaborator

Fixed! Thanks!

@kiddomk
Copy link
Author

kiddomk commented Dec 5, 2014

@eduardocallado thanks. do you know when will you release a new version on cocoapods?

@eduardocallado
Copy link
Collaborator

Just did it, v1.5.1 is there!

@ancoo
Copy link

ancoo commented Jun 28, 2015

good

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