JASidePanels icon indicating copy to clipboard operation
JASidePanels copied to clipboard

Call styleContainer:animate:duration: in _handlePan:

Open hermanolsson opened this issue 11 years ago • 0 comments

When tapping the menu button, this method is called, but not when panning.

Some context: While trying to mimic a sliding left menu (look at Spotify for iOS, for example) that moves a bit when panning the centerView I came across a solution that works fine when tapping, but not when panning. This commit adds the needed call to make use of the styleContainer:animate:duration method to make it work when panning too.

hermanolsson avatar Apr 02 '13 18:04 hermanolsson