Open mattiaaccornero opened 10 years ago
I have the same problem. On iPad if a user continues to scroll, size of the menu grows.
@beat84
if (newWidth <= self.maxWidth) {
[self layoutSubviewsToWidth:newWidth];
}
I uncommented this two lines. It has some delay in animation, but the menu is not dragged outside of bounds.
Hi there, there is a method to stop gesture after size content is reached? Or in case, disable gesture in a choosed direction?
Thanks in advance!