Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Adds support for nested scrollviews #91

Closed
wants to merge 1 commit into from

Conversation

sandofsky
Copy link
Contributor

Not sure of a more elegant way to detect perpendicular direction. Having to wait for the first change event means the final target scrollview will lose the NSEventPhaseBegan, but preliminary testing didn't cause any problems.

Tested on a magic track pad.

The default implementation of a responder is to forward scroll events up
the chain.

If a TUIScrollView cannot scroll in the given direction, forward it up
the chain.

Accomplish the direction detection by inspecting the direction of the
first NSEventPhaseChanged.

Include an example of nested scroll views within the example project.
@CLAassistant
Copy link

CLAassistant commented Nov 16, 2019

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Ben Sandofsky seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@sandofsky sandofsky closed this Mar 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants