Hi,
I want to show the menu in full screen width and close it with a swipe (similar to opening it with a swipe) is this possible?
I know that I can vary the menu's width with
-(CGFloat) leftMenuVisibleWidth{
return 320;
}
But what about sliding it out with a gesture?
Thanks for the great library.
Hi,
I want to show the menu in full screen width and close it with a swipe (similar to opening it with a swipe) is this possible?
I know that I can vary the menu's width with
-(CGFloat) leftMenuVisibleWidth{ return 320; }But what about sliding it out with a gesture?
Thanks for the great library.