Skip to content

PointInside cancel outside links touches #14

@gabrielcandiag

Description

@gabrielcandiag

Hi,

I was trying to make a CCHLinkTextView scrollable but i found that it only scrolls when you scroll on top of the Links, if you try to scroll outside of the links, the method pointInside is returning False so the scroll gesture is not getting called.

-(BOOL)pointInside:(CGPoint)point withEvent:(UIEvent *)event
{
BOOL linkFound = [self enumerateLinkRangesContainingLocation:point usingBlock:NULL];
return linkFound;
}

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