shabib87 / SHViewPager

A simple view pager for iOS. Compatible with iOS 8.0 or later.
https://www.codewithshabib.com
MIT License
125 stars 25 forks source link

Prevent SHViewPager from blocking tap to scroll to top gestures in sub views #6

Closed andrewsage closed 9 years ago

andrewsage commented 9 years ago

The UIScrollViews within SHViewPager were blocking the tap to scroll to top gesture getting to any sub views contained in the pages. i.e. if a page contained a UITableViewController then the table was not scrolling to the top when the gesture was triggered.