We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
四个问题:
browserView.isRotating
contentOffset
UINavigationController
present
JXPhotoBrowserSmoothZoomAnimator
insert maskView
toView
resetContentSize
bounds
The text was updated successfully, but these errors were encountered:
感谢大佬指点,我尽快优化。
Sorry, something went wrong.
你好,我刚更新了代码,版本3.1.0,解决了第3点问题。 其余1、2、4还有疑惑,未能准确找到原因,有可能的话还请再指教一下解决方案,感谢
旋转问题感觉不好处理啊 ?😂
No branches or pull requests
四个问题:
browserView.isRotating
没有被正确重置contentOffset
复位UINavigationController
里被present
出来的时候,JXPhotoBrowserSmoothZoomAnimator
的动画里有一个insert maskView
操作,该操作针对的toView
其实是UINavigationController
的。导致始终画面黑屏。resetContentSize
最好根据bounds
的宽高进行计算。The text was updated successfully, but these errors were encountered: