Skip to content

NJKScrollFullScreen bottom boundary is wrong? #31

@ghost

Description

My Problem is: I set contentInset of my scrollView instance and isOverBottomBoundary never become true.

NJKScrollDirection currentScrollDirection = detectScrollDirection(currentOffsetY, _previousOffsetY);
CGFloat topBoundary = -scrollView.contentInset.top;
CGFloat bottomBoundary = scrollView.contentSize.height + scrollView.contentInset.bottom;

Do I need to consider the height of ScrollView?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions