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

didSelect not being called #29

Closed ksmoran closed 12 years ago

ksmoran commented 12 years ago

the didSelect method is not being called. Going through SwipeView shows that -didTap: is never being called either.

ksmoran commented 12 years ago

Turns out another tap gesture in the itemview was overriding it