-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
iOS 11 display multiple images swipe issue #620
Comments
I have the same problem with iOS 11. |
i found that without caption view everything works fine but with caption this library show two pages at same time. |
It looks like that in iOS 11 the removeFromSuperview function will call every time viewWillLayoutSubviews. I changed viewWillAppear and viewWillLayoutSubviews for iOS 11:
|
Thank you so much for your valuable and quick response. You saved my hours but what's wrong with iOS 11? |
@poprandi When we delete any image then scrollview show black shadow with your logic. Rest working fine on iOS 11. |
@poprandi Black shadow with image delete issue has been solved but when zoom photo bigger then screen size and then single click on it. |
Fixed another iOS 11 issue in #622 |
It looks like that in iOS 11 the removeFromSuperview addSubview function will call every time viewWillLayoutSubviews.
替换为
|
when i zoom the image and then toggle the top and bottom bar then zoom also shifted slightly . |
When i use this library for iOS 11 and display multiple images from array then swipe one by one. When 0th index image swipe for next image to display then 1st and 2nd image both show at same time. Below iOS 11 all works well but on iOS 11 it show two images on full screen preview.
The text was updated successfully, but these errors were encountered: