nicklockwood / SwipeView

SwipeView is a class designed to simplify the implementation of horizontal, paged scrolling views on iOS. It is based on a UIScrollView, but adds convenient functionality such as a UITableView-style dataSource/delegate interface for loading views dynamically, and efficient view loading, unloading and recycling.
Other
2.65k stars 413 forks source link

Swipe not working with implementation of `shouldSelectItemAtIndex` #211

Open aamir-nazir opened 7 years ago

aamir-nazir commented 7 years ago

Whenever I try to swipe, tap event is fired. No matter I return true of false from shouldSelectItemAtIndex.