mikefrederick / MFSideMenu

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

Selecting a side menu cell & dragging main view at the same time reveals black background #137

Open icecodetim opened 11 years ago

icecodetim commented 11 years ago

To recreate the issue (using DemoBasic for example)

  1. Open left side menu
  2. Hold & drag DemoViewController from right to left (only a third of the screen to the left)
  3. Whilst still holding DemoViewController a third across the screen select a row in the side menu tableview Result: The side menu disappears for a moment and you see the black background and then the side menu area is suddenly closed and DemoViewController is show.

How can I disable selections in the tableview during the hold & drag state?