From feeeb109c5088aa68196adae83950a85cc75f963 Mon Sep 17 00:00:00 2001 From: Kevin Harwood Date: Tue, 28 Jan 2014 14:48:47 -0600 Subject: [PATCH] Updated readme for #184 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 758c25af..8b91f095 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,12 @@ In order to keep this library light-weight, we had to make some design trade off We're sure this list will grow over time. But that's the cost of keeping something maintainable :) +--- +##Workarounds/FAQs +####How do I support editing/dragging cells in a tableview in the center view controller? +The best way to support this is to set the open/close mask to `MMOpenDrawerGestureModeNone` / `MMCloseDrawerGestureModeNone` while editing is enabled, and restore the mask when editing is finished. This will allow the proper gestures/touches to be passed all the way to the table view. ([#184](https://github.com/mutualmobile/MMDrawerController/issues/184)) + + --- ##Credit Designed and Developed by these fine folks at [Mutual Mobile](http://mutualmobile.com):