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

Commits on Dec 14, 2011

  1. Forward scroll events up the responder chain.

    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.
    Ben Sandofsky committed Dec 14, 2011
    Copy the full SHA
    e33585d View commit details
    Browse the repository at this point in the history