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

Pulling in not working for scrollViewDidEndDragging #73

Open
ynie opened this issue Oct 2, 2011 · 0 comments
Open

Pulling in not working for scrollViewDidEndDragging #73

ynie opened this issue Oct 2, 2011 · 0 comments

Comments

@ynie
Copy link

ynie commented Oct 2, 2011

In TUIScrollView ~line 950,


if(_pull.xPulling) {
    _pull.xPulling = NO;
...
 }
        
if(_pull.yPulling) {
    _pull.yPulling = NO;
...
}
        
if(self.isPulling && _scrollViewFlags.didChangeContentInset){
...
}

self.isPulling is always false. Create a temporary variable to remember the state of isPulling can solve this problem.

Steven

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant