Aleš Kocur
Aleš Kocur
I created a PR for it. Can someone test it, please? https://github.com/devxoul/Toaster/pull/215
Actually this library breaks the device orientation when we try to force one controller to landscape.
Well, I think that all pull requests are welcomed 🙂
Fixed here https://github.com/twostraws/CodeScanner/pull/106
Any update on this?
I have been able to improve the scrolling behaviour by taking the velocity into account when calculating targetContentOffset ``` let proposedContentOffsetCenterOrigin = (isHorizontal ? proposedContentOffset.x + (proposedContentOffset.x * velocity.x) :...
I've ended up with the solution I described above. It works much better.
I have created pull request for that #15