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

Menubar not showing up when the Swipeview's index is 0 #203

Open adarshsripathyrao opened 7 years ago

adarshsripathyrao commented 7 years ago

Hi, I am using SWRevealViewController for my menubar and using pan gesture to view the menu bar on demand. In a particular view controller, the entire page is a Swipe view with images. Now I want to be able to Pan right and get the Menu when the index of the Swipeview is 0. Thanks and Regards, Adarsh Rao