Skip to content

Commit

Permalink
Updated readme for #184
Browse files Browse the repository at this point in the history
  • Loading branch information
kcharwood committed Jan 28, 2014
1 parent c6d31d9 commit 2500e4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2500e4f

Please sign in to comment.