You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: