mikefrederick / MFSideMenu

Facebook-like side menu for iOS
Other
1.17k stars 291 forks source link

Unable to use swipe to delete on UITableView when using MFSideMenu #216

Open amit0656 opened 8 years ago

amit0656 commented 8 years ago

Hi, We are facing one issue when using MFSideMenu library. Actually we have one table view with the MFSideMenu’s centralViewController and we have enable swipe to delete on UITableView. But when we try to perform swipe to delete on tableView, delete button doesn’t appear.We need to try atleast 10-15 times after that delete button appear. We looked into the code and found that shouldRecieveTouch method of MFSideMenuCentralViewController is getting called which is returning the value as YES. When we return NO, swipe to delete feature on tableview works perfectly, but swipe to reveal side menu stops working. Is there a way by which we can provide both swipe to delete on tableView and swipe to reveal sidemenu?