diff --git a/src/pagingscrollview/src/NIPagingScrollView.m b/src/pagingscrollview/src/NIPagingScrollView.m index 579f4e06e..a3ac15a65 100644 --- a/src/pagingscrollview/src/NIPagingScrollView.m +++ b/src/pagingscrollview/src/NIPagingScrollView.m @@ -421,6 +421,8 @@ - (void)setFrame:(CGRect)frame { } - (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event { + // We must forward hits for the scrollView or else the smaller frame when + // it is inset will prevent touches outside the scrollView bounds. if ([self pointInside:point withEvent:event]) { return _scrollView; }