UIDynamics dragging unresponsive after clicking Menu button

63 Views Asked by At

I'm trying to implement UI dynamics from the example at https://github.com/ECSlidingViewController/ECSlidingViewController on my project and my screen gets unresponsive after pressing my Menu button which runs the following code:

[self.slidingViewController anchorTopViewToRightAnimated:YES];

Any ideas what I'm probably doing wrong?

NOTE: If I don't press Menu button I can show / hide the sidebar every time I want by dragging the top screen.

NOTE 2: If you know about a better sliding view library, I'm all ears :-)

0

There are 0 best solutions below