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

Let delegate decide whether the scroll view should be locked during state transitions #647

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gunnarsson
Copy link

In #587 the behavior of the panel was changed so that the content of the tracked scroll view is always locked during state transitions. In some cases it's useful to be able to adjust the scroll offset during these transitions, so a delegate method has been introduced, letting the user of the library decide on this behavior.

…ing state transitions

In scenee#587 the behavior of the panel was changed so that the content of the tracked scroll view is always locked during state transitions. In some cases it's useful to be able to adjust the scroll offset during these transitions, so a delegate method has been introduced letting the user of the library decide on this behavior.
@scenee
Copy link
Owner

scenee commented Sep 21, 2024

Can you add an example to Samples.app or unit tests to prevent the behavior breaks of the new API in the future?

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

Successfully merging this pull request may close these issues.

2 participants